Customers
Update a customer
Update the details of an existing customer using their ID.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Customer ID.
Body
application/json
Customer's first name.
Customer's last name.
Customer's email address.
Customer's phone number.
Response
200 - application/json
ID of the customer's account.
Date and time of customer creation.
Date and time of customer deletion (if applicable).
Customer's email address.
Customer's first name.
Customer's full name.
Customer ID.
Customer's last name.
ID of the customer's phone number.
Date and time of last customer update.