Customers
Create a customer
This endpoint allows you to create a customer. The customer will be created with the provided details and will be returned in the response.
POST
/
v1
/
customers
Headers
X-BUSINESS-API-KEY
string
requiredBody
application/json
name
string
The name of the customer
email
string
requiredThe email of the customer
phone_number
string
requiredThe phone number of the customer
phone_number_country_code
string
The country code of the phone number
remark
string
The remark of the customer
birth_date
string
The birth date of the customer
gender
string
The gender of the customer
address
object
Response
201 - application/json
id
string
requiredname
string
requiredbirth_date
string
requiredemail
string
requiredphone_number
string
requiredaddress
object
requiredgender
string
requiredremark
string
requiredphone_number_country_code
string
requiredcreated_at
string
requiredupdated_at
string
requiredWas this page helpful?