Job Contacts
Update a Job Contact
OAuth Scope
This endpoint requires the following OAuth scope manage_job_contacts.
post/jobcontact/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Job Contact
Request body
Example request
{
"job_uuid": "123e4567-65f9-48f6-b5d5-23f946e3196b",
"uuid": "123e4567-2b6e-4cc4-aa5d-23f9486bcefb"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}