v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBSet Onboarded Status to True
Set a contractor as onboarded.
post/setOnboardedStatusToTrue
Request body
Response
200
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
}
}