Update a single customer

PUT {{baseUrl}}/customers/:customerID

Updates the details of the specified customer. You can send only the properties and values that must be updated.

Request Body

{"email"=>"test.suite@postman.com", "mailingAddress"=>{"city"=>"Los Angeles"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring