v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
Job APIs

Close a job in Recruiterflow

post/api/external/job/close

Headers

RF-Api-Keystring

Request body

close_reasonsstring[]
job_idinteger

ID of the job in Recruiterflow.

user_idinteger

ID of the user in Recruiterflow

Response

API returns a 200 OK response if the job is successfully closed

{"stackTrail":"paths:/api/external/job/close:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"RESULT":"SUCCESS"}}

Example response

{
  "RESULT": "SUCCESS"
}