Update Contact

PATCH {{base_url}}/public/v1/contacts/{{contact_id}}

Update Contact details.

Find more https://developers.pandadoc.com/reference/update-contact

Request Body

{"first_name"=>"new first_name", "last_name"=>"new last_name", "company"=>"new company", "job_title"=>"new job_title", "phone"=>"new phone", "country"=>"new country", "state"=>"new state", "street_address"=>"new street_address", "city"=>"new city", "postal_code"=>"new postal_code"}

RESPONSES

status: OK

{"id":"EmnxmZvnmrUe2jqDDivSyf","email":"test@pandadoc.com","first_name":"new first_name","last_name":"new last_name","company":"new company","job_title":"new job_title","phone":"new phone","country":"new country","state":"new state","street_address":"new street_address","city":"new city","postal_code":"new postal_code"}