Job Contacts
Create a new Job Contact
OAuth Scope
This endpoint requires the following OAuth scope manage_job_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/jobcontact.json
Request body
Example request
{
"job_uuid": "123e4567-65f9-48f6-b5d5-23f946e3196b",
"uuid": "123e4567-2b6e-4cc4-aa5d-23f9486bcefb"
}Response
Success
Example response
{
"message": "OK"
}