URL: https://xserver2-eu.cloud.ptvgroup.com/services/rs/XRoute/experimental/calculateRoute
Method: POST
UserAgent: xServer Client
ContentType: application/json
{
  "geometryOptions": {
    "responseGeometryTypes": ["WKB"]
  },
  "coordinateFormat": "EPSG:76131",
  "storedProfile": "default",
  "requestProfile": {
     "vehicleProfile": {
      "engine": {
       "emissionStandardEU": "EURO_6"
      },
      "axle": {
       "numberOfAxles": 3
      },
      "weight": {
       "totalPermittedWeight": 7500,
       "emptyWeight": 0,
       "loadWeight": 0
      }
     },
     "userLanguage": "DE"
  },
  "waypoints": [
    {
      "$type": "OffRoadWaypoint",
      "location": {
         "offRoadCoordinate": {
           "x": 1488427,
           "y": 6889171
         }
      }
    },
    {
      "$type": "OffRoadWaypoint",
      "location": {
         "offRoadCoordinate": {
           "x": 1377696,
           "y": 6672604
         }
      }
    }
  ],
  "routeOptions": {
    "timeConsideration": {
      "$type": "ExactTimeConsiderationAtStart",
      "referenceTime": "2023-12-12T06:00:00"
    },
    "tollOptions": {
      "useDetailedToll": true
    }
  },
  "resultFields": {
    "waypoints": true,
    "alternativeRoutes": false,
    "encodedPath": false,
    "legs": {
      "enabled": true,
      "tollSummary": true,
      "emissions": false
    },
    "eventTypes": [
      "COUNTRY_EVENT", "TOLL_EVENT", "ROUTE_VIOLATION_EVENT"
    ],
    "polyline": false,
    "toll": {
      "enabled": true,
      "sections": true,
      "systems": true
    }
  }
}