Office REST Endpoints
Office
The Office service enables you to create, view, update, or delete offices.
- Batch Create Offices
- Method: postPath:
/api/restapi/office/batch - Batch Delete Offices
- Method: deletePath:
/api/restapi/office/batch - Batch Sync Offices
- Method: postPath:
/api/restapi/office/syncBatch - Batch Update Offices
- Method: putPath:
/api/restapi/office/batch - Create an Office
- Method: postPath:
/api/restapi/office - Delete an Office
- Method: deletePath:
/api/restapi/office/{officeId} - Update an Office
- Method: putPath:
/api/restapi/office - View an Office
- Method: getPath:
/api/restapi/office/{officeId} - View Offices for a specified company
- Method: getPath:
/api/restapi/office/company/{companyName}/{postalCode}/{countryCode} - View Offices for a specified name
- Method: getPath:
/api/restapi/office/name/{officeName}