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