Deals
Update an existing Customer
PATCH
/
customers
/
{id}
Path Parameters
id
string
requiredCustomer is uniquely identified by id
Query Parameters
depth
integer
The number of levels of related objects to include in the response
Body
application/json
id
string
Customer is uniquely identified by id
addresses
array
Customer is located at Addresses
phoneNumbers
string[]
Customer has Phone Number
Response
200 - application/json
data
object
success
boolean