Company Contacts
Update a Company Contact
OAuth Scope
This endpoint requires the following OAuth scope manage_customer_contacts.
post/companycontact/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Company Contact
Request body
Example request
{
"company_uuid": "123e4567-02d4-4ed9-a25b-23f9484d2f2b",
"uuid": "123e4567-5fd5-4f90-b189-23f943d02b9b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}Changes
Changed in 2 of the 50 revisions of this API.15
- ●
removed the request property
request-property-removed
- ●
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○