Equipment REST Endpoints
Business Objects/Equipment
The operations from the Business Objects/Equipment category.
- Create an Equipment
- Method: postPath:
/equipments - Delete an Equipment
- Method: deletePath:
/equipments/{equipmentGid} - Get an Equipment
- Method: getPath:
/equipments/{equipmentGid} - Get Equipment
- Method: getPath:
/equipments - Update an Equipment
- Method: patchPath:
/equipments/{equipmentGid}