Update a single customer
PUT https://customer-education.postmanlabs.com/v0/customers/:customerID
Updates the details of the specified customer. You can send only the properties and values that must be updated.
Request Body
{"email"=>"", "customerID"=>"", "firstName"=>"", "lastName"=>"", "mailingAddress"=>{"country"=>"", "city"=>"", "state"=>""}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"customerID":"0729d37c-ef9f-4ffa-8f71-a6eedf1f95b7","operation":"updated"}