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"
}