{
  "waypoints": [
    {
      "$type": "OffRoadWaypoint",
      "name": "WP01",
      "location": {
        "offRoadCoordinate": {
          "x": 4.7,
          "y": 52.3
        }
      }
    },
    {
      "$type": "OffRoadWaypoint",
      "name": "WP02",
      "location": {
        "offRoadCoordinate": {
          "x": 5.0,
          "y": 52.0
        }
      },
      "tourStopOptions": {
        "openingIntervals": [
          {
            "$type": "StartEndInterval",
            "start": "2022-11-01T08:00:00",
            "end": "2022-11-01T08:00:00"
          }
        ],
        "serviceTime": 1800
      }
    },
    {
      "$type": "OffRoadWaypoint",
      "name": "WP03",
      "location": {
        "offRoadCoordinate": {
          "x": 5.2,
          "y": 52.4
        }
      },
      "tourStopOptions": {
        "openingIntervals": [
          {
            "$type": "StartEndInterval",
            "start": "2022-11-01T10:00:00",
            "end": "2022-11-01T10:00:00"
          }
        ],
        "serviceTime": 3600
      }
    },
    {
      "$type": "OffRoadWaypoint",
      "name": "WP04",
      "location": {
        "offRoadCoordinate": {
          "x": 4.7,
          "y": 52.3
        }
      }
    }
  ],
  "routeOptions": {
    "timeConsideration": {
      "$type": "OptimisticTimeConsideration"
    }
  },
  "resultFields": {
    "legs": {
      "enabled": true
    },
    "waypoints": true,
    "tourReport": true
  }
}