Equipment Types REST Endpoints

Business Objects/Equipment Types
The operations from the Business Objects/Equipment Types category.
Create an Equipment Type
Method: post
Path: /equipmentTypes
Delete an Equipment Type
Method: delete
Path: /equipmentTypes/{equipmentTypeGid}
Get an Equipment Type
Method: get
Path: /equipmentTypes/{equipmentTypeGid}
Get Equipment Types
Method: get
Path: /equipmentTypes
Update an Equipment Type
Method: patch
Path: /equipmentTypes/{equipmentTypeGid}