v1
latestOpenAPI 3.1.02026-07-242735131.1 MBContract Eligibility
Create contract eligibility
Create contract eligibility for an employment.
This will create a new contract eligibility for the employment.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employment documents (employment_documents) | - | Manage contract eligibility (contract_eligibility:write) |
post/v1/employments/{employment_id}/contract-eligibility
Path parameters
employment_idstring required
Employment ID
Request body
Example request
{
"eligible_to_work_in_residing_country": "citizen",
"employer_or_work_restrictions": false
}Response
Success
Example response
{
"data": {
"status": "ok"
}
}