Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resource URL

Update a specific job.

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

Parameters

Table of allowed parameters. Underlined fields are required.

manager_idunsigned intThe id of the staff member to be the manager of the job.
titlestring 
type_idunsigned int 
status_idunsigned int 
link_idunsigned intThe id of the company or site the job is against.
link_tablestringCompany or site.
budget_idunsigned int 
_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.