KEYSTONE API Standard
  1. Paths & Endpoints
KEYSTONE API Standard
  • KEYSTONE API Standard
  • Data Schema
    • Diagram
    • Transport Operation
    • Vehicle
    • Driver
  • Paths & Endpoints
    • Transport Operation
      • Create new transport operation data
      • Get all transport operation data
      • Get a specific transport operation data by ID
      • Update data for a specific transport operation by ID
      • Delete specific transport operation data by ID
      • Get schedule data related to a specific transport operation by ID
      • Update schedule data for a specific transport operation by ID
      • Get all phase data related to a specific transport operation by ID
      • Append phase data for a specific transport operation by ID
      • Get specific phase data by transport operation ID and phase ID
      • Update specific phase data by transport operation ID and phase ID
      • Get all international consignment notes related to a specific transport operation by ID
      • Append international consignment notes data for a specific transport operation by ID
      • Get specific international consignment notes data by transport operation ID and reference code
      • Update specific international consignment notes data by transport operation ID and reference code
      • Delete specific international consignment notes data by transport operation ID and reference code
      • Get specific transport operation data by country code and license plate number
      • Get details about the schedule of specific transport operation by country code and license plate number
      • Get details about all the phases of specific transport operation by country code and license plate number
      • Get specific phase data by country code, license plate number, and phase ID
      • Get all international consignment notes related to a specific transport operation by country code and license plate number
      • Get specific international consignment notes data by country code, license plate number, and reference code
    • Vehicle
      • Create new vehicle data
      • Get all vehicle data
      • Get vehicle data by country code and license plate number
      • Update vehicle data by country code and license plate number
      • Delete specific vehicle data by country code and license plate number
      • Get details about the geolocation of vehicle by country code and license plate number
      • Append new vehicle's geolocation data by country code and license plate number
      • Get details about the owner of vehicle by country code and license plate number
      • Get details about the insurances of vehicle by country code and license plate number
      • Get details about the insurance of vehicle by country code, license plate number and insurance id
      • Get details about the revisions of vehicle by country code and license plate number
      • Get details about the revision of vehicle by country code, license plate number and revision id
    • Driver
      • Create new driver data
      • Get all driver data
      • Get driver data by country code and vat number
      • Update driver data by country code and vat number
      • Delete specific driver data
      • Get details about the driver's license by country code and vat number
      • Get details about the driver's traffic violations by country code and vat number
      • Get specific driver's traffic violation data by country code, vat number and traffic violation id
      • Get details about the driver's tachograph cards data by country code and vat number
      • Get specific driver's tachograph card data by country code, vat number and tachograph card id
  1. Paths & Endpoints

Vehicle

Create new vehicle data
POST/vehicles/
Get all vehicle data
GET/vehicles/
Get vehicle data by country code and license plate number
GET/vehicles/{countryCode}/{plateNumber}/
Update vehicle data by country code and license plate number
PUT/vehicles/{countryCode}/{plateNumber}/
Delete specific vehicle data by country code and license plate number
DELETE/vehicles/{countryCode}/{plateNumber}/
Get details about the geolocation of vehicle by country code and license plate number
GET/vehicles/{countryCode}/{plateNumber}/geolocations/
Append new vehicle's geolocation data by country code and license plate number
PATCH/vehicles/{countryCode}/{plateNumber}/geolocations/
Get details about the owner of vehicle by country code and license plate number
GET/vehicles/{countryCode}/{plateNumber}/owners/
Get details about the insurances of vehicle by country code and license plate number
GET/vehicles/{countryCode}/{plateNumber}/insurances/
Get details about the insurance of vehicle by country code, license plate number and insurance id
GET/vehicles/{countryCode}/{plateNumber}/insurances/{insuranceId}/
Get details about the revisions of vehicle by country code and license plate number
GET/vehicles/{countryCode}/{plateNumber}/revisions/
Get details about the revision of vehicle by country code, license plate number and revision id
GET/vehicles/{countryCode}/{plateNumber}/revisions/{revisionId}/
Previous
Get specific international consignment notes data by country code, license plate number, and reference code
Next
Create new vehicle data
Built with