Update Contact
PATCH {{baseUrl}}/crm/v2/contacts/{{contactId}}
Request Body
{"record"=>{"first_name"=>"George", "last_name"=>"Xing", "addresses"=>[{"street_1"=>"525 Brannan Street", "street_2"=>nil, "city"=>"San Francisco", "state"=>"CA", "postal_code"=>"94107", "country"=>"USA", "address_type"=>"mailing"}, {"street_1"=>"525 Brannan Street", "street_2"=>nil, "city"=>"San Francisco", "state"=>"CA", "postal_code"=>"94107", "country"=>"USA", "address_type"=>"other"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-customer-id | string | ||
x-provider-name | string |