Office REST Endpoints

Office
The Office service enables you to create, view, update, or delete offices.
Batch Create Offices
Method: post
Path: /api/restapi/office/batch
Batch Delete Offices
Method: delete
Path: /api/restapi/office/batch
Batch Sync Offices
Method: post
Path: /api/restapi/office/syncBatch
Batch Update Offices
Method: put
Path: /api/restapi/office/batch
Create an Office
Method: post
Path: /api/restapi/office
Delete an Office
Method: delete
Path: /api/restapi/office/{officeId}
Update an Office
Method: put
Path: /api/restapi/office
View an Office
Method: get
Path: /api/restapi/office/{officeId}
View Offices for a specified company
Method: get
Path: /api/restapi/office/company/{companyName}/{postalCode}/{countryCode}
View Offices for a specified name
Method: get
Path: /api/restapi/office/name/{officeName}