Skrym LogoAPI

API

Available endpoints for transporter vehicle management

The following endpoints are available for transporters to ensure that their data is correctly represented in 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 a 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