Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Resource URL

Creates a new job.

POST /jobs
ANY /jobs?_method=post

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.

  • No labels