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