The ID of the job to update.
An object containing the location information for the job with the following structure:
{ "city": "<city>", "state": "<state>", "postal_code": "<postal code>" }
The ID of the company the job belongs to.
The ID of the department the job belongs to (must be a department linked to the specified company)
The ID of the user who is the recruiter for the job.
The user id of the record owner
The ID of the contact associated with the job.
An array of custom field objects. Each custom field object should contain two keys: id and value. id is the id of a custom field definition, and value is the value to be set to that custom field for this job.
[ { "id": <custom field definition id>, "value": "<custom field value>" } ]
User groups allowed to access this job
No Content