POST
/
v1
/
customers

Headers

X-BUSINESS-API-KEY
string
required

Body

application/json
name
string

The name of the customer

email
string
required

The email of the customer

phone_number
string
required

The 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
required
name
string
required
birth_date
string
required
email
string
required
phone_number
string
required
address
object
required
gender
string
required
remark
string
required
phone_number_country_code
string
required
created_at
string
required
updated_at
string
required