Change status of the candidates
Headers
-
Accept string
application/json
-
Content-Type string
application/json
POST
/candidates/status
curl \
-X POST https://api-console.logezy.co/v1/candidates/status \
-H "Accept: string" \
-H "Content-Type: string" \
-d '{"candidate_ids":[42],"status_id":42}'
Request examples
# Headers
Accept: string
Content-Type: string
# Payload
{
"candidate_ids": [
42
],
"status_id": 42
}
Response examples (200)
{
"data": "",
"status": "success",
"message": "Candidate(s) status updated successfully."
}