Company Contacts
Create a new Company Contact
OAuth Scope
This endpoint requires the following OAuth scope manage_customer_contacts.
Record UUID
UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the x-record-uuid response header.
post/companycontact.json
Request body
Example request
{
"company_uuid": "123e4567-02d4-4ed9-a25b-23f9484d2f2b",
"uuid": "123e4567-5fd5-4f90-b189-23f943d02b9b"
}Response
Success
Example response
{
"message": "OK"
}