---
title: "Create contract eligibility"
method: POST
path: "/v1/employments/{employment_id}/contract-eligibility"
tags: ["Contract Eligibility"]
---

# Create contract eligibility

`POST /v1/employments/{employment_id}/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`) |

## Path parameters

- `employment_id` string, required

## Request body

- CreateContractEligibilityParams
  - `eligible_to_work_in_residing_country` 'citizen' | 'permanent_resident' | 'temporary_resident', required — type of employment eligibility to work in residing country
  - `employer_or_work_restrictions` boolean, required — whether the employer or work restrictions apply

## Response `200`

Success

- SuccessResponse — A generic success response returned by operations that don't produce a specific resource (e.g., updates, deletes).
  - `data` object, required
    - `status` string — The result status. Always `"ok"` for successful operations.

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity
- `429` — Unprocessable Entity

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
