Customers
Update customer
put/customers/{uuid}
Path parameters
uuidstring required
Customer UUID.
Request body
Example request
{
"name": "Name Test",
"email": "john@example.com"
}Response
Updated customer
Example response
{
"self": "/2.0/customers/abc123",
"prefix": "+34"
}Changes
Changed in 2 of the 4 revisions of this API.6
- ○
added the new optional request property
localenew-optional-request-property
- ○
- ○
added the new optional request property
first_namenew-optional-request-property
- ○
added the new optional request property
last_namenew-optional-request-property
- ○
added the new optional request property
namenew-optional-request-property
- ○
added the new optional request property
phonenew-optional-request-property
- ○
added the new optional request property
prefixnew-optional-request-property
- ○