Move One Candidate Submission To Another Step
PATCH
/pipeline/move_candidate
RECRUITEMENT PIPELINE
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/pipeline/move_candidate?rcpid' \
--header 'Content-Type: application/json' \
--data-raw '{
"oid": "string",
"afsid": "string",
"stage": 0,
"status": "hired",
"email": true
}'
Response Response Example
200 - Example 1
null
Request
Query Params
rcpid
string
Rcpid
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41