{
  "locations": [
    {
      "key": "location_client_1",
      "geopoint": {
        "latitude": 55.92,
        "longitude": 37.4242
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    },
    {
      "key": "location_warehouse",
      "geopoint": {
        "latitude": 55.915539,
        "longitude": 37.567643
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    },
    {
      "key": "location_client_2",
      "geopoint": {
        "latitude": 55.846,
        "longitude": 37.5343
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    }
  ],
  "orders": [
    {
      "key": "Order_client_pickup",
      "demands": [
        {
          "key": "Delivery_to_whs",
          "demand_type": "DROP",
          "target_cargos": [
            "Cargo_2"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "event_Delivery_to_whs",
              "location_key": "location_warehouse",
              "duration": "PT2M",
              "reward": 0,
              "hard_time_window": {
                "from": "2026-09-11T21:00:00+00:00",
                "to": "2026-09-12T20:59:00+00:00"
              }
            }
          ]
        },
        {
          "key": "Pickup_from_client",
          "demand_type": "PICKUP",
          "target_cargos": [
            "Cargo_2"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "event_Pickup_from_client",
              "location_key": "location_client_2",
              "duration": "PT2M",
              "reward": 0,
              "hard_time_window": {
                "from": "2026-09-12T07:00:00+00:00",
                "to": "2026-09-12T11:02:00+00:00"
              }
            }
          ]
        }
      ],
      "cargos": [
        {
          "key": "Cargo_2",
          "capacity": {
            "mass": 2,
            "volume": 0,
            "capacity_a": 0,
            "capacity_b": 0,
            "capacity_c": 0
          }
        }
      ],
      "compatibilities": {
        "order_features": [
          "PICKUP"
        ],
        "order_restrictions": [
          "PICKUP"
        ],
        "performer_restrictions": []
      }
    },
    {
      "key": "Order_client_drop",
      "demands": [
        {
          "key": "delivery_to_client",
          "demand_type": "DROP",
          "target_cargos": [
            "Cargo_1"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "event_delivery_to_client",
              "location_key": "location_client_1",
              "duration": "PT2M",
              "reward": 0,
              "hard_time_window": {
                "from": "2026-09-12T06:00:00+00:00",
                "to": "2026-09-12T15:02:00+00:00"
              }
            }
          ]
        },
        {
          "key": "Pickup_from_whs",
          "demand_type": "PICKUP",
          "target_cargos": [
            "Cargo_1"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "event_Pickup_from_whs",
              "location_key": "location_warehouse",
              "duration": "PT2M",
              "reward": 0,
              "hard_time_window": {
                "from": "2026-09-11T21:00:00+00:00",
                "to": "2026-09-12T20:59:00+00:00"
              }
            }
          ]
        }
      ],
      "cargos": [
        {
          "key": "Cargo_1",
          "capacity": {
            "mass": 332,
            "volume": 0,
            "capacity_a": 0,
            "capacity_b": 0,
            "capacity_c": 0
          }
        }
      ],
      "compatibilities": {
        "order_features": [
          "DROP"
        ],
        "order_restrictions": [
          "DROP"
        ],
        "performer_restrictions": []
      }
    }
  ],
  "performers": [
    {
      "key": "performer_2",
      "shifts": [
        {
          "key": "Shift_2",
          "availability_time": {
            "from": "2026-09-11T21:00:00+00:00",
            "to": "2026-09-12T20:59:00+00:00"
          },
          "working_time": {
            "from": "2026-09-11T21:00:00+00:00",
            "to": "2026-09-12T20:59:00+00:00"
          },
          "tariff": {
            "cost_per_shift": 3204,
            "constraints": [
              {
                "stage_length": "PT6H",
                "cost_per_unit": 0.01
              },
              {
                "stage_length": "PT3H",
                "cost_per_unit": 8.9
              },
              {
                "stage_length": "PT3H",
                "cost_per_unit": 8.9
              }
            ]
          }
        }
      ],
      "own_transport_type": "CAR",
      "limits": {
        "max_work_shifts": 31
      }
    },
    {
      "key": "performer_1",
      "shifts": [
        {
          "key": "Shift_1",
          "availability_time": {
            "from": "2026-09-11T21:00:00+00:00",
            "to": "2026-09-12T20:59:00+00:00"
          },
          "working_time": {
            "from": "2026-09-11T21:00:00+00:00",
            "to": "2026-09-12T20:59:00+00:00"
          },
          "tariff": {
            "cost_per_shift": 2916,
            "constraints": [
              {
                "stage_length": "PT6H",
                "cost_per_unit": 0.01
              },
              {
                "stage_length": "PT3H",
                "cost_per_unit": 8.1
              },
              {
                "stage_length": "PT3H",
                "cost_per_unit": 8.1
              }
            ]
          }
        }
      ],
      "own_transport_type": "CAR",
      "limits": {
        "max_work_shifts": 31
      }
    }
  ],
  "transports": [
    {
      "key": "transport_2",
      "shifts": [
        {
          "key": "Shift_4",
          "availability_time": {
            "from": "2026-09-11T21:00:00+00:00",
            "to": "2026-09-12T20:59:00+00:00"
          },
          "tariff": {
            "cost_per_shift": 0.01,
            "constraints": [
              {
                "stage_length": 1000000,
                "cost_per_unit": 0.013
              },
              {
                "stage_length": 1000000,
                "cost_per_unit": 0.013
              },
              {
                "stage_length": 1000000,
                "cost_per_unit": 0.013
              }
            ]
          }
        }
      ],
      "transport_type": "CAR",
      "boxes": [
        {
          "key": "box_2",
          "capacity": {
            "mass": 3000,
            "volume": 15,
            "capacity_a": 0,
            "capacity_b": 0,
            "capacity_c": 0
          }
        }
      ]
    },
    {
      "key": "transport_1",
      "shifts": [
        {
          "key": "Shift_3",
          "availability_time": {
            "from": "2026-09-11T21:00:00+00:00",
            "to": "2026-09-12T20:59:00+00:00"
          },
          "tariff": {
            "cost_per_shift": 0.01,
            "constraints": [
              {
                "stage_length": 1000000,
                "cost_per_unit": 0.010399999618530274
              },
              {
                "stage_length": 1000000,
                "cost_per_unit": 0.010399999618530274
              },
              {
                "stage_length": 1000000,
                "cost_per_unit": 0.010399999618530274
              }
            ]
          }
        }
      ],
      "transport_type": "CAR",
      "boxes": [
        {
          "key": "box_1",
          "capacity": {
            "mass": 3000,
            "volume": 15,
            "capacity_a": 0,
            "capacity_b": 0,
            "capacity_c": 0
          }
        }
      ]
    }
  ],
  "plan_settings": {
    "trips_settings": {
      "configuration": "optimize_cars_then_single_location_grouping"
    },
    "calculation_settings": {
      "max_calculation_time": "PT17M",
      "result_timezone": 0
    }
  }
}