Description | HTTP Request |
---|---|
Create or update contractor |
POST /api/v2/business/{businessId}/contractor |
Deactivate contractor |
POST /api/v2/business/{businessId}/contractor/{contractorId}/deactivate |
Get contractor by identifier |
GET /api/v2/business/{businessId}/contractor/{contractorId} |
List contractors |
GET /api/v2/business/{businessId}/contractor |
Update contractor |
PUT /api/v2/business/{businessId}/contractor/{contractorId} |
Powered by DapperDox