Update a contact

PUT {{api-url}}/customer-management/{{tenant}}/contacts/{{contactId}}

Preview Updates a contact.


### Required scopes * clientmanagement.contact_manage

Request Body

{"name"=>"John", "surname"=>"Mason", "customer"=>{"id"=>"johns-customer-id"}, "contactDetails"=>{"emails"=>["jon.doe@example.com", "adam.smith@sample.org"], "phones"=>[1234567890, "0123456789"], "addressLine1"=>"W Sample St", "addressLine2"=>"3601-3799", "city"=>"South Bend", "state"=>"Indiana", "postcode"=>"46619", "countryCode"=>"US"}, "metadata"=>{"version"=>1}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring