Skip to main content
PUT
/
api
/
Jobs
/
Close
Close Job.
curl --request PUT \
  --url https://api.example.com/api/Jobs/Close \
  --header 'Content-Type: application/json' \
  --data '
{
  "jobIds": [
    123
  ],
  "reason": 123,
  "comments": "<string>"
}
'

Body

application/json
jobIds
integer<int32>[] | null
reason
integer<int32>
comments
string | null

Response

200

OK