Create Customer

POST /customers

You can create a new customer by providing any of the following fields:

PropertyTypeDescription
firstNamestringFirst name of customer
lastNamestringLast name of customer
emailstringEmail of customer
phonenumberPhone number of customer
phoneCountryCodestringISO Country code of phone number
addressstringAddress of customer
address2stringAddress 2 of customer
postalCodestringPostal code of customer
citystringCity of customer
countrystringISO Country code of customer
birthdatestringBirth date for the customer
avatarstring (UUIDv4)Id of the image used for the avatar
notestringNote for the customer
Previous
Get Customer
Next
Update Customer