v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Subscriptions

Manage contractor plus subscription

Endpoint that can be used to upgrade, assign or downgrade a contractor's subscription. This can be used when company admins desire to assign someone to the Contractor Plus plan, but also to change the contractor's subscription between Plus and Standard.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage employments (employments)-Manage employments (employment:write)
post/v1/contractors/employments/{employment_id}/contractor-plus-subscription

Path parameters

employment_idstring required

Employment ID

Request body

operation'upgrade' | 'downgrade' required

Example request

{
  "operation": "upgrade"
}

Response

Success

Example response

{
  "data": {
    "status": "ok"
  }
}