v1
latestOpenAPI 3.1.02026-07-242735131.1 MBEmployment Management
Set contract origin for a contractor employment
Sets the contract_origin for a contractor employment.
- remote_contract — Remote provides and manages the contract (a contract document is created)
- custom_remote_contract — A customised Remote contract is used (a contract document is created)
- provided_by_customer — The employer provides their own contract (no contract document is created)
When provided_by_customer is selected, the contractor can be invited without completing the contract_details onboarding step.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (employments) | - | Manage employments (employment:write) |
post/v1/employments/{employment_id}/contract-origin
Path parameters
employment_idstring required
Employment ID
Request body
Example request
{
"contract_origin": "provided_by_customer",
"template_type": "contractor_agreement"
}Response
Success
Example response
{
"data": {
"status": "ok"
}
}