Update Customer
Update a customer's details.
Authorizations
AuthorizationstringRequired
API Key as Bearer Token
Path parameters
idstringRequired
The id of the customer to edit
Body
idstring · nullableOptional
full_namestring · nullableOptional
Customer's full name (OPTIONAL)
emailstring · nullableOptional
Customer's email (REQUIRED)
phone_numberstring · nullableOptional
Customer's phone number (OPTIONAL)
addressstring · nullableOptional
Customer's address (OPTIONAL)
Responses
200
Returns 200 and the customer to retry
No content
400
Returns 400 if the query is invalid
401
Returns 401 when authorization details is invalid
404
Returns 404 if a customer with the specified id is not found
put
/v1/customers/{id}No content
Last updated