Create Customer
POST /customers
You can create a new customer by providing any of the following fields:
| Property | Type | Description |
|---|---|---|
firstName | string | First name of customer |
lastName | string | Last name of customer |
email | string | Email of customer |
phone | number | Phone number of customer |
phoneCountryCode | string | ISO Country code of phone number |
address | string | Address of customer |
address2 | string | Address 2 of customer |
postalCode | string | Postal code of customer |
city | string | City of customer |
country | string | ISO Country code of customer |
birthdate | string | Birth date for the customer |
avatar | string (UUIDv4) | Id of the image used for the avatar |
note | string | Note for the customer |