Job APIs
Close a job in Recruiterflow
post/api/external/job/close
Headers
RF-Api-Keystring required
Request body
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"
}