Candidate Shift Restriction
This api is to restrict shift for the candidate
Headers
-
application/json
-
application/json
POST
/candidate/{candidate_id}/shift-restriction
curl \
-X POST https://api-console.logezy.co/v1/candidate/{candidate_id}/shift-restriction \
-H "Accept: string" \
-H "Content-Type: string" \
-d '{"shifts":[1]}'
Request example
{
"shifts": [
1
]
}