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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"customerID":"0729d37c-ef9f-4ffa-8f71-a6eedf1f95b7","operation":"updated"}