v1

latestOpenAPI 3.0.12026-08-063985821.3 MB
Requisition API:Requisitions

Update a requisition

put/requisitions/{requisitionId}

Path parameters

requisitionIdinteger required

Requisition Id

Request body

contactIdinteger nullable

Optional contact associated with the change, must be associated with the same company as the requisition.

jobTitlestring nullable required
jobDescriptionstring nullable
workplaceAddressIdstring uuid nullable

Workplace address Id

workTypeIdinteger nullable
numberOfJobsinteger
sourcestring nullable
workflowIdinteger nullable
recruiterUserIdinteger[] nullable

User Id - Optional list of recruiters assigned to the requisition.

formIDinteger nullable

Example request

{
  "custom": [
    {
      "fieldId": 1,
      "value": "Text value"
    },
    {
      "fieldId": 2,
      "value": [
        "List value 1",
        "List value 2"
      ]
    },
    {
      "fieldId": 3,
      "value": "2018-07-01"
    }
  ]
}

Response

NoContent