Vehicle Types REST Endpoints

Power Data/Vehicle Types
The operations from the Power Data/Vehicle Types category.
Create a Vehicle Type
Method: post
Path: /vehicleTypes
Delete a Vehicle Type
Method: delete
Path: /vehicleTypes/{vehicleTypeGid}
Get a Vehicle Type
Method: get
Path: /vehicleTypes/{vehicleTypeGid}
Get Vehicle Types
Method: get
Path: /vehicleTypes
Update a Vehicle Type
Method: patch
Path: /vehicleTypes/{vehicleTypeGid}