Truck Types REST Endpoints
Power Data/Truck Types
The operations from the Power Data/Truck Types category.
- Create a Truck Type
- Method: postPath:
/truckTypes
- Delete a Truck Type
- Method: deletePath:
/truckTypes/{truckTypeGid}
- Get a Truck Type
- Method: getPath:
/truckTypes/{truckTypeGid}
- Get Truck Types
- Method: getPath:
/truckTypes
- Update a Truck Type
- Method: patchPath:
/truckTypes/{truckTypeGid}