Customers
Update Customer
This endpoint allows you to update a customer’s details.
PATCH
/
v1
/
customers
/
{customer_id}
Headers
X-BUSINESS-API-KEY
string
requiredPath Parameters
customer_id
string
requiredThe Customer id
Body
application/json
name
string
The name of the customer
email
string
The email of the customer
phone_number
string
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
200 - 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?