Candidate Businessunit Restriction
This api is to restrict business units for the candidate
Headers
-
application/json
-
application/json
Body
-
business_unit_ids array[integer]
POST
/candidate/{candidate_id}/bunit-restriction
curl \
-X POST https://api-console.logezy.co/v1/candidate/{candidate_id}/bunit-restriction \
-H "Accept: string" \
-H "Content-Type: string" \
-d '{"business_unit_ids":[42]}'
Request examples
# Headers
Accept: string
Content-Type: string
# Payload
{
"business_unit_ids": [
42
]
}