{
  "locations": [
    {
      "key": "whs2",
      "geopoint": {
        "latitude": 55.630721,
        "longitude": 37.62493
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    },
    {
      "key": "whs3",
      "geopoint": {
        "latitude": 55.722801,
        "longitude": 37.674984
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    },
    {
      "key": "Location_client",
      "geopoint": {
        "latitude": 55.713699,
        "longitude": 37.621839
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    },
    {
      "key": "whs1",
      "geopoint": {
        "latitude": 55.685853,
        "longitude": 37.43181
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    }
  ],
  "orders": [
    {
      "key": "ORDER_KEY",
      "demands": [
        {
          "key": "Demand_drop",
          "demand_type": "DROP",
          "target_cargos": [
            "ORDER_1_cargos"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "Demand_1_0",
              "location_key": "Location_client",
              "duration": "PT10M",
              "reward": 0.0,
              "hard_time_window": {
                "from": "2026-09-08T05:00:00+00:00",
                "to": "2026-09-08T07:00:00+00:00"
              }
            }
          ]
        },
        {
          "key": "Demand_pickup",
          "demand_type": "PICKUP",
          "target_cargos": [
            "ORDER_1_cargos"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "Demand_pickup_alternative_1",
              "location_key": "whs1",
              "duration": "P0D",
              "reward": 0.0,
              "hard_time_window": {
                "from": "2026-09-07T21:00:00+00:00",
                "to": "2026-09-08T20:59:59+00:00"
              }
            },
            {
              "key": "Demand_pickup_alternative_2",
              "location_key": "whs2",
              "duration": "P0D",
              "reward": 0.0,
              "hard_time_window": {
                "from": "2026-09-07T21:00:00+00:00",
                "to": "2026-09-08T20:59:59+00:00"
              }
            },
            {
              "key": "Demand_pickup_alternative_3",
              "location_key": "whs3",
              "duration": "P0D",
              "reward": 0.0,
              "hard_time_window": {
                "from": "2026-09-07T21:00:00+00:00",
                "to": "2026-09-08T20:59:59+00:00"
              }
            }
          ]
        }
      ],
      "cargos": [
        {
          "key": "ORDER_1_cargos",
          "capacity": {
            "mass": 8.78,
            "volume": 0.0,
            "capacity_a": 0.0,
            "capacity_b": 0.0,
            "capacity_c": 0.0
          }
        }
      ]
    }
  ],
  "performers": [
    {
      "key": "Performer_key",
      "shifts": [
        {
          "key": "shift_performer",
          "availability_time": {
            "from": "2026-09-07T21:00:00+00:00",
            "to": "2026-09-08T20:59:59+00:00"
          },
          "working_time": {
            "from": "2026-09-07T21:00:00+00:00",
            "to": "2026-09-08T20:59:59+00:00"
          },
          "tariff": {
            "cost_per_shift": 1000.0,
            "constraints": [
              {
                "stage_length": "PT12H",
                "cost_per_unit": 1.0
              }
            ]
          }
        }
      ],
      "own_transport_type": "CAR",
      "limits": {
        "max_work_shifts": 31
      }
    }
  ],
  "transports": [
    {
      "key": "transport_key",
      "shifts": [
        {
          "key": "shift_transport",
          "availability_time": {
            "from": "2026-09-07T21:00:00+00:00",
            "to": "2026-09-08T20:59:59+00:00"
          },
          "tariff": {
            "cost_per_shift": 1000.0,
            "constraints": [
              {
                "stage_length": 1000000,
                "cost_per_unit": 0.01
              }
            ]
          }
        }
      ],
      "transport_type": "CAR",
      "boxes": [
        {
          "key": "Box_3",
          "capacity": {
            "mass": 300.0,
            "volume": 0.0,
            "capacity_a": 0.0,
            "capacity_b": 0.0,
            "capacity_c": 0.0
          }
        }
      ]
    }
  ],
  "plan_settings": {
    "trips_settings": {
      "configuration": "optimize_distance",
      "assumptions": {
        "disable_compatibility": false,
        "disable_capacity": false,
        "same_order_time_window": false,
        "expand_shift_time_window": false
      }
    },
    "geo_settings": {
      "toll_roads": true,
      "ferry_crossing": true,
      "traffic_jams": true,
      "flight_distance": false
    },
    "calculation_settings": {
      "max_calculation_time": "PT42M",
      "result_timezone": 0
    }
  }
}