Office REST Endpoints

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