v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Set Onboarded Status to True

Set a contractor as onboarded.

post/setOnboardedStatusToTrue

Request body

contractorIDstring required

ID of the Contractor being updated

companyIDstring required

ID of the Employer that the Contractor belongs to

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "contractorID": "1234567890",
    "companyID": "0987654321",
    "onboarded": true,
    "type": "business",
    "first_name": "erlich",
    "last_name": "bachman",
    "email": "erlich@zeal.com",
    "working_state": "MA",
    "ein": "12-3456789",
    "address": "320 Pancake Hollow Road",
    "city": "Highland",
    "state": "NY",
    "zip": "12528",
    "employment_status": "live",
    "external_id": 123
  }
}