{
  "locations": [
    {
      "key": "location_client",
      "geopoint": {
        "latitude": 59.98701,
        "longitude": 30.178022
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D",
      "attributes": []
    },
    {
      "key": "location_storage",
      "geopoint": {
        "latitude": 59.805753,
        "longitude": 30.307999
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D",
      "attributes": []
    }
  ],
  "orders": [
    {
      "key": "ORDER_1",
      "demands": [
        {
          "key": "ORDER_1_PICKUP",
          "demand_type": "PICKUP",
          "possible_events": [
            {
              "key": "ORDER_1_PE_PICKUP",
              "location_key": "location_storage",
              "hard_time_window": {
                "from": "2026-09-01T04:00:00Z",
                "to": "2026-09-01T10:00:00Z"
              },
              "duration": "P0D",
              "reward": 0
            }
          ],
          "target_cargos": [
            "CARGO_ORDER_1"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "attributes": []
        },
        {
          "key": "DROP_time_alternative",
          "demand_type": "DROP",
          "possible_events": [
            {
              "key": "DROP_time_alternative_1",
              "location_key": "location_client",
              "hard_time_window": {
                "from": "2026-09-01T12:00:00Z",
                "to": "2026-09-01T14:00:00Z"
              },
              "duration": "PT2H",
              "reward": 3000
            },
            {
              "key": "DROP_time_alternative_3",
              "location_key": "location_client",
              "hard_time_window": {
                "from": "2026-09-01T10:00:00Z",
                "to": "2026-09-01T12:00:00Z"
              },
              "duration": "PT2H",
              "reward": 100000
            },
            {
              "key": "DROP_time_alternative_2",
              "location_key": "location_client",
              "hard_time_window": {
                "from": "2026-09-01T08:00:00Z",
                "to": "2026-09-01T10:00:00Z"
              },
              "duration": "PT2H",
              "reward": 0
            }
          ],
          "target_cargos": [
            "CARGO_ORDER_1"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "attributes": []
        }
      ],
      "cargos": [
        {
          "key": "CARGO_ORDER_1",
          "capacity": {
            "mass": 0,
            "volume": 0,
            "capacity_a": 0,
            "capacity_b": 0,
            "capacity_c": 0
          }
        }
      ],
      "attributes": []
    }
  ],
  "performers": [
    {
      "key": "performer_1",
      "shifts": [
        {
          "key": "shift_2",
          "availability_time": {
            "from": "2026-09-01T06:00:00Z",
            "to": "2026-09-01T15:00:00Z"
          },
          "working_time": {
            "from": "2026-09-01T06:00:00Z",
            "to": "2026-09-01T15:00:00Z"
          },
          "tariff": {
            "cost_per_shift": 1000,
            "constraints": [
              {
                "stage_length": "PT12H",
                "cost_per_unit": 0.02
              }
            ],
            "max_penalty_cost": 0
          },
          "attributes": []
        }
      ],
      "own_transport_type": "TRUCK_3000",
      "limits": {
        "max_work_shifts": 31
      },
      "attributes": []
    }
  ],
  "transports": [
    {
      "key": "transport_1",
      "shifts": [
        {
          "key": "shift_1",
          "availability_time": {
            "from": "2026-09-01T06:00:00Z",
            "to": "2026-09-01T15:00:00Z"
          },
          "tariff": {
            "cost_per_shift": 1000,
            "constraints": [
              {
                "stage_length": 1000000,
                "cost_per_unit": 0.01
              }
            ]
          },
          "attributes": []
        }
      ],
      "transport_type": "TRUCK_3000",
      "boxes": [
        {
          "key": "Box_1",
          "capacity": {
            "mass": 3000,
            "volume": 10,
            "capacity_a": 0,
            "capacity_b": 0,
            "capacity_c": 0
          }
        }
      ],
      "attributes": []
    }
  ],
  "plan_settings": {
    "trips_settings": {
      "configuration": "optimize_money"
    },
    "calculation_settings": {
      "max_calculation_time": "PT17M",
      "max_waiting_time": "PT30M",
      "result_ttl": "PT20M",
      "result_timezone": 0,
      "treat_warnings_as_errors": false,
      "precision": 2
    }
  }
}