v1
latestOpenAPI 3.1.02026-07-242735131.1 MBSubscriptions
Create contractor of record subscription intent
Assigns Contractor of Record subscription in pending state to employment. Once risk analysis is performed, subscription may start upon contract signing, or might be denied.
Requires a non-blocking eligibility questionnaire to be submitted before creating the subscription intent.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (employments) | - | Manage employments (employment:write) |
post/v1/contractors/employments/{employment_id}/contractor-cor-subscription
Path parameters
employment_idstring required
Employment ID
Response
Created
Example response
{
"data": {
"status": "ok"
}
}