Candidate Businessunit Restriction

POST /candidate/{candidate_id}/bunit-restriction

This api is to restrict business units for the candidate

Headers

Path parameters

application/json

Body

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 example
# Headers
Accept: string
Content-Type: string

# Payload
{
  "business_unit_ids": [
    42
  ]
}