The following macros are not currently supported in the header:
  • style

PUT /jobs/:id

Resource URL

Update a specific job.

PUT /jobs/:id
ANY /jobs/:id?_method=put

Parameters

Table of allowed parameters.

 

manager_idunsigned intThe id of the staff member to be the manager of the job. Please note, this must point to a valid staff.
titlestring 
type_idunsigned intThe ID of the job's type. Please note, this must point to a valid type.
status_idunsigned intThe ID of the job's status. Please note, this must point to a valid job type.
engagement_idunsigned intThe id of the company or site the job is against.
engagement_tablestringCompany or site.
date_startedunsigned intUnix timestamp for when this job was started.
date_dueunsigned intUnix timestamp for when this job was started.
date_createdunsigned intUnix timestamp for when this job was created
contract_idunsigned intID of a contract to link to the job. Please note, this MUST point to a valid contract.
rate_chargednumbere.g, 2.5. Please note, if rate_id is -1, this will always be zero.
affiliation_idunsigned intID of an affiliation. Please note, this MUST point to a valid affiliation.
_fieldspartial stringAllows you to specify optional fields and linked objects to include in the response.

Handling the response

Upon successful creation, you will receive the job object. See get job for more details.