API
Available endpoints for transporter vehicle management
The following endpoints are available for transporters to ensure that their data is correctly represented with Skrym. If you are a transporter and have ideas for new endpoints, please reach out to us by sending an email to dev@skrym.se.
Managing vehicle data
Vehicle Models
Insert or Update Vehicle Model
postapi.skrym.com/transportation.UpsertVehicleModel
Fetch Vehicle Model By ID
postapi.skrym.com/transportation.GetVehicleModelByID
Delete Vehicle Model By ID
postapi.skrym.com/transportation.DeleteVehicleModelByID
Organization Vehicles
Insert or Update Organization Vehicle Details
postapi.skrym.com/transportation.UpsertOrganizationVehicle
Fetch Organization Vehicle By ID
postapi.skrym.com/transportation.GetOrganizationVehicleByID
List All Organization Vehicles
postapi.skrym.com/transportation.GetAllOrganizationVehiclesPagination
Delete Organization Vehicle By ID
postapi.skrym.com/transportation.DeleteOrganizationVehicleByID
Vehicle ranges
Insert or Update Organization Vehicle Location Range
postapi.skrym.com/transportation.UpsertOrganizationVehicleLocationRange
Fetch Specific Vehicle Location Range By ID
postapi.skrym.com/transportation.GetOrganizationVehicleLocationRangeByID
Delete Vehicle Location Range By ID
postapi.skrym.com/transportation.DeleteOrganizationVehicleLocationRangeByID
Classifications
Vehicle Classification
Fetch All Vehicle Classification Standards
postapi.skrym.com/transportation.GetAllVehicleClassificationStandards
Fetch Vehicle Classes
postapi.skrym.com/transportation.GetVehicleClasses
Insert Vehicle Model Classifications
postapi.skrym.com/transportation.InsertVehicleModelClassifications
Delete Specific Vehicle Model Classification
postapi.skrym.com/transportation.DeleteVehicleModelClassification
Fetch Classifications By Vehicle ID
postapi.skrym.com/transportation.GetVehicleModelClassificationsByVehicleID
Engine and Fuel
Insert Engine and Fuel Compatibility Data
postapi.skrym.com/transportation.InsertEngineFuelLookup
Fetch Engine and Fuel Pairings By Engine Type
postapi.skrym.com/transportation.GetEngineFuelLookupsByEngineType
Delete Engine Fuel Lookup Entries
postapi.skrym.com/transportation.DeleteEngineFuelLookup
Fetch All Fuel Types
postapi.skrym.com/transportation.GetAllFuelTypes
Fetch All Engine Types
postapi.skrym.com/transportation.GetAllEngineTypes