{ "item": [ { "name": "Plan", "description": "Планирование - создание рейсов, которые учитывают все заданные ограничения, на основе данных о заказах, исполнителях и транспорте.\n\nЗапросы на планирования возможно выполнять в синхронном (для тестирования) и асинхронном (для основного использования) режимах.\n", "item": [ { "id": "f5b82231-3564-4692-a6d3-a546ed778174", "name": "Планирование (SYNC)", "request": { "name": "Планирование (SYNC)", "description": { "content": "Синхронный метод для создания рейсов.\nДанный метод рекомендуется только для тестового использования и ручного запуска расчетов на небольшом объеме данных.\nДля боевой среды рекомендуется использовать [асинхронный метод](#operation/run_plan_calculation_async).\n", "type": "text/plain" }, "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "04fe03df-2c9d-4438-a93e-346ceb6273ac", "name": "PlanResultTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:12:04Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:12:04Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:27:04Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:27:04Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:56Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:40:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2176.933,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT52M41S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H27M41S\",\n \"distance\": 31306,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2176.9333333333334,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT52M41S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H27M41S\",\n \"distance\": 31306,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T04:48:15Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT21M45S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT31M45S\",\n \"distance\": 8878,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT17M4S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT32M4S\",\n \"distance\": 10003,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:27:04Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT13M52S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT23M52S\",\n \"distance\": 12425,\n \"time_window\": {\n \"from\": \"2024-02-08T05:27:04Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2155716b-da3b-4a7f-a57e-262898f780f8", "name": "PlanResultMoscow", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"db3952a6-a529-4a42-b870-e5c6a419b29a\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"ef2a1ae6-778c-49ca-b765-a1a365428941-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:55Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:55Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:55Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:55Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:55Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:55Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:46Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:46Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:46Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:46Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6789.4,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT39M9S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M9S\",\n \"distance\": 34040,\n \"time_window\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n }\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"ef2a1ae6-778c-49ca-b765-a1a365428941-performer_1_shift\",\n \"statistics\": {\n \"cost\": 6789.4,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT39M9S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M9S\",\n \"distance\": 34040,\n \"time_window\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n }\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T04:39:37Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T04:39:37Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T05:00:00Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT20M23S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M23S\",\n \"distance\": 17111,\n \"time_window\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T05:20:55Z\",\n \"to\": \"2024-02-08T05:30:55Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT10M55S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M55S\",\n \"distance\": 9897,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:30:55Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T05:38:46Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT7M51S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT22M51S\",\n \"distance\": 7032,\n \"time_window\": {\n \"from\": \"2024-02-08T05:30:55Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 106,\n \"preparing_time\": \"PT0S\",\n \"business_validation_time\": \"PT0S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT0.004S\",\n \"calculation_time\": \"PT15.005S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"order_keys_count\": 0,\n \"performer_keys\": [],\n \"performer_keys_count\": 0,\n \"transport_keys\": [],\n \"transport_keys_count\": 0,\n \"hardlink_keys\": [],\n \"hardlink_keys_count\": 0\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "31e98bdc-6446-492d-9985-e20c0a6c2817", "name": "PlanResultDenver", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.7116126,\n \"longitude\": -104.9145664\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.7851755,\n \"longitude\": -104.9285619\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.745829,\n \"longitude\": -105.0013897\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.82519,\n \"longitude\": -105.1185757\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T05:54:57Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T05:54:57Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:15:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:15:49Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:25:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:25:49Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:39:57Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:39:57Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:54:57Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2320.68,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H9M39S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H44M39S\",\n \"distance\": 50270,\n \"time_window\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T05:54:57Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2320.6800000000003,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H9M39S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H44M39S\",\n \"distance\": 50270,\n \"time_window\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T05:54:57Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T04:45:18Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT24M42S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT34M42S\",\n \"distance\": 10478,\n \"time_window\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT15M49S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT25M49S\",\n \"distance\": 14689,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:25:49Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT29M8S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT44M8S\",\n \"distance\": 25103,\n \"time_window\": {\n \"from\": \"2024-02-08T05:25:49Z\",\n \"to\": \"2024-02-08T05:54:57Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e202a9bf-9bd4-4a0e-b546-92454300acb1", "name": "PlanResultBerlin", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 52.431792,\n \"longitude\": 13.3383233\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 52.458667,\n \"longitude\": 13.3772083\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 52.437161,\n \"longitude\": 13.4654563\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 52.532906,\n \"longitude\": 13.3431423\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:12:04Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:12:04Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:27:04Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:27:04Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:56Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:40:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2176.933,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT52M41S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H27M41S\",\n \"distance\": 31306,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2176.9333333333334,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT52M41S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H27M41S\",\n \"distance\": 31306,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T04:48:15Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT21M45S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT31M45S\",\n \"distance\": 8878,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT17M4S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT32M4S\",\n \"distance\": 10003,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:27:04Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT13M52S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT23M52S\",\n \"distance\": 12425,\n \"time_window\": {\n \"from\": \"2024-02-08T05:27:04Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5bee3ebb-3424-4122-92ab-1aac330fc14f", "name": "PlanResultBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T05:47:33Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T05:47:33Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:15:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:15:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:16:45Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:16:45Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:26:45Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:26:45Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:37:33Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:37:33Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:47:33Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2256.053,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT57M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H32M5S\",\n \"distance\": 38666,\n \"time_window\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T05:47:33Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2256.0533333333333,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT57M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H32M5S\",\n \"distance\": 38666,\n \"time_window\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T05:47:33Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T04:50:28Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT24M32S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT39M32S\",\n \"distance\": 8647,\n \"time_window\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T05:15:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT11M45S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT21M45S\",\n \"distance\": 10122,\n \"time_window\": {\n \"from\": \"2024-02-08T05:15:00Z\",\n \"to\": \"2024-02-08T05:26:45Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT20M48S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M48S\",\n \"distance\": 19897,\n \"time_window\": {\n \"from\": \"2024-02-08T05:26:45Z\",\n \"to\": \"2024-02-08T05:47:33Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2cffcbda-d714-49d6-87ce-fbe556aed37f", "name": "Result400", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ea727b56-1e94-4e40-a43e-b75cf7d25733", "name": "PlanTaskTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "703a76c4-3e7a-43b6-a366-3425116bfe66", "name": "PlanTaskTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bc0dfb60-94f8-4a4b-9660-8bb2e6297bb6", "name": "PlanTaskTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "809a3ce6-717f-4a74-bde1-7568ae1c696f", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c61df655-92b5-4d16-a09d-84a74041185d", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "cc639308-8a04-41be-8c73-e622ac8399b7", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "aa9d9467-251a-4eaa-9599-84f389f99863", "name": "PlanTaskTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7cdaf017-d27c-4e47-aabb-7c8423a0fcba", "name": "PlanTaskTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "42f5c028-e983-486e-8fba-c7e8badabe54", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6eb463ce-8ba8-4077-add6-647066b305cd", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f09228bf-49db-4a41-8222-3905a879cd44", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "14a2d6b8-2e84-4731-9879-2445227181f2", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9024398d-8f73-4a9b-910c-034661cdf1bf", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9372087f-c4a9-4cb3-941d-33f325b207ec", "name": "Планирование (ASYNC)", "request": { "name": "Планирование (ASYNC)", "description": { "content": "Создание рейсов.\nПолучение результата производится с помощью метода [result](#operation/read_plan_result), а удаление - с помощью [delete](#operation/delete_plan_result).\n", "type": "text/plain" }, "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "5826ada6-c9cf-467d-86e2-844a191aa5ed", "name": "PlanTaskTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"11111111-2222-3333-4444-555555555555\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "350c50f8-236a-4682-9a0d-80f9c7d23582", "name": "PlanTaskMoscow", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"11111111-2222-3333-4444-555555555555\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4bdc2dd5-b6a8-4f35-9a1d-f19628f10ff0", "name": "PlanTaskDenver", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.7116126,\n \"longitude\": -104.9145664\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.7851755,\n \"longitude\": -104.9285619\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.745829,\n \"longitude\": -105.0013897\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.82519,\n \"longitude\": -105.1185757\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"11111111-2222-3333-4444-555555555555\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9c2d3dfa-0447-4ef2-8db2-d1e9ca6365a2", "name": "PlanTaskBerlin", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 52.431792,\n \"longitude\": 13.3383233\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 52.458667,\n \"longitude\": 13.3772083\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 52.437161,\n \"longitude\": 13.4654563\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 52.532906,\n \"longitude\": 13.3431423\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"11111111-2222-3333-4444-555555555555\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "34e6ec38-0234-45b8-8295-434a7da553b4", "name": "PlanTaskBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"11111111-2222-3333-4444-555555555555\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "11591beb-42de-4829-847c-ac0de62784e8", "name": "Result400", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "94cf70af-3d9b-49b3-ae15-151ab1d4802a", "name": "PlanTaskDenver", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.7116126,\n \"longitude\": -104.9145664\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.7851755,\n \"longitude\": -104.9285619\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.745829,\n \"longitude\": -105.0013897\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.82519,\n \"longitude\": -105.1185757\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e19c5018-c61b-45a1-b842-536444d1ea58", "name": "PlanTaskBerlin", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 52.431792,\n \"longitude\": 13.3383233\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 52.458667,\n \"longitude\": 13.3772083\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 52.437161,\n \"longitude\": 13.4654563\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 52.532906,\n \"longitude\": 13.3431423\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "92ed1c9b-1179-4518-9263-55753dd8d2df", "name": "PlanTaskBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3007c48c-18f4-41f7-9464-181747bd85d2", "name": "PlanTaskDenver", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.7116126,\n \"longitude\": -104.9145664\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.7851755,\n \"longitude\": -104.9285619\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.745829,\n \"longitude\": -105.0013897\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.82519,\n \"longitude\": -105.1185757\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d0ef1492-1dfd-480f-9037-5cff2a67f80d", "name": "PlanTaskBerlin", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 52.431792,\n \"longitude\": 13.3383233\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 52.458667,\n \"longitude\": 13.3772083\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 52.437161,\n \"longitude\": 13.4654563\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 52.532906,\n \"longitude\": 13.3431423\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e02fab32-bae0-4014-a8ad-7921f45c6142", "name": "PlanTaskBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "30c3c1c0-a3d8-4037-88d9-91ba3cc4009a", "name": "PlanTaskBerlin", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 52.431792,\n \"longitude\": 13.3383233\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 52.458667,\n \"longitude\": 13.3772083\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 52.437161,\n \"longitude\": 13.4654563\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 52.532906,\n \"longitude\": 13.3431423\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ccf6c4c7-fde8-4c09-9496-f1257140acb8", "name": "PlanTaskBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7c1be35c-bef0-4efe-b5a5-7a5c7fdcd6ff", "name": "PlanTaskBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7e22460f-7e3b-4406-aab8-5b8a912a058c", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "790dbb61-0033-400f-94d4-13d454f98d51", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "77342678-511d-41b6-9016-00d32da49990", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "cc875a39-a40a-4a58-9e92-5c0f1769ecd6", "name": "PlanTaskTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9e1510b7-0c81-4afc-9e31-308e0477d308", "name": "PlanTaskTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5345f88a-5a4d-4436-8fe3-361c29d76405", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "60d80814-3990-4991-a0e9-2ce415821c9a", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "34925e80-992f-44a8-9e67-82215bb49a70", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f6b8ab9a-a839-47b6-ac81-9dd08a598fa5", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "77b38d64-3b25-45f2-ae4e-49aff13fb6c3", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "dbe7bc83-ad30-4106-b396-ccb2ab6e6dda", "name": "Состояние расчета", "request": { "name": "Состояние расчета", "description": { "content": "Получение состояния расчета по идентификатору расчета.", "type": "text/plain" }, "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Идентификатор расчета.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e4946306-1005-4382-86d1-48d4c35aae25", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"progress\": 52,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT0S\",\n \"business_validation_time\": \"PT0S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"calculation_time\": \"PT0S\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ccff8590-9b64-402a-8169-201a306f8835", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "731e14c7-ef7d-460a-9633-fb2988e4dd8d", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c263e5fc-6d9a-415d-884c-2c32cae67ad7", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3798c46f-b68b-4f66-820c-b7a0885d64ae", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "14ea98fe-1fc7-45f3-9674-1e1eefb52825", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "04897399-8cb9-4e78-bb8b-d3779e236c14", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d661fa40-b280-4254-92b4-7002267678ce", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4fc5f638-0452-4c77-8658-c187379cf5b8", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4cf2d78f-7e80-49be-884b-ddb0a33014a4", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a8e392a2-8acd-41ab-8d52-5efdbc5e7d99", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7d38f4b5-3c5e-47b7-97ae-e09967640f91", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "78a97f9b-d2ca-44ce-8553-b121ddd27825", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "881cf8f3-c5d4-4e76-a249-a5fd6558c9f4", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "cb6aa4b9-aa3c-4893-806e-3c7d43d15e28", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "70b52850-bca6-48e0-8310-8c7c363ff7d1", "name": "Отмена расчета", "request": { "name": "Отмена расчета", "description": { "content": "Отмена процесса планирования по идентификатору расчета.", "type": "text/plain" }, "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Идентификатор расчета.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "96a7da8f-1f57-4347-9367-d6923e9a2238", "name": "Успешное выполнение - планирование отменено", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "No Content", "code": 204, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2ddb440c-f8b4-4006-b186-d56a7618b102", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a0a2531f-bd56-4764-8f9f-a6bc94283923", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "148e2cb7-50b5-4201-975e-3cb625831ae5", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "39d04d72-9fce-4e07-8df1-f46b8c3a26f7", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b34e0e94-17bd-4b04-bee2-5783aa0c23d5", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2270a89c-4e77-4f8a-82e7-6ce794cefcde", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ae026d81-0756-4560-8048-e8039b077122", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "09c4be96-5bc1-4e3d-9f7a-e368f69a2d49", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cfa8efb4-4983-4f36-9c21-3f4412267743", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "86826f93-7340-4e32-b610-475b8eaa1e98", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "da4d55e4-82b7-4474-b132-47a3129d94d5", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a10a372a-e0b5-4a44-b800-3715664a2dc2", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "55f015e8-f9e0-4aa7-b451-3d67957b4433", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7a0fd684-b348-4ae9-a2fa-a621b01c3349", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "654fbb22-f72b-4b0c-ac07-4f976a50440f", "name": "Получение результата", "request": { "name": "Получение результата", "description": { "content": "Получение результата планирования по идентификатору расчета.", "type": "text/plain" }, "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Идентификатор расчета.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "19af4ef8-8b16-4d3d-b785-64ba2533dbd9", "name": "PlanResultTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:12:04Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:12:04Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:27:04Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:27:04Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:56Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:40:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2176.933,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT52M41S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H27M41S\",\n \"distance\": 31306,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2176.9333333333334,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT52M41S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H27M41S\",\n \"distance\": 31306,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T04:48:15Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT21M45S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT31M45S\",\n \"distance\": 8878,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT17M4S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT32M4S\",\n \"distance\": 10003,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:27:04Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT13M52S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT23M52S\",\n \"distance\": 12425,\n \"time_window\": {\n \"from\": \"2024-02-08T05:27:04Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b0bde6ea-a9fa-4739-b994-5151ed984cee", "name": "PlanResultMoscow", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"db3952a6-a529-4a42-b870-e5c6a419b29a\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"ef2a1ae6-778c-49ca-b765-a1a365428941-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:39:37Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:55Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:55Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:55Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:55Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:55Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:55Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:46Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:46Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:46Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:46Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6789.4,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT39M9S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M9S\",\n \"distance\": 34040,\n \"time_window\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n }\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"ef2a1ae6-778c-49ca-b765-a1a365428941-performer_1_shift\",\n \"statistics\": {\n \"cost\": 6789.4,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT39M9S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M9S\",\n \"distance\": 34040,\n \"time_window\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n }\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T04:39:37Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T04:39:37Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T05:00:00Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT20M23S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M23S\",\n \"distance\": 17111,\n \"time_window\": {\n \"from\": \"2024-02-08T04:39:37Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T05:20:55Z\",\n \"to\": \"2024-02-08T05:30:55Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT10M55S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M55S\",\n \"distance\": 9897,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:30:55Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T05:38:46Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT7M51S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT22M51S\",\n \"distance\": 7032,\n \"time_window\": {\n \"from\": \"2024-02-08T05:30:55Z\",\n \"to\": \"2024-02-08T05:53:46Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 106,\n \"preparing_time\": \"PT0S\",\n \"business_validation_time\": \"PT0S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT0.004S\",\n \"calculation_time\": \"PT15.005S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"order_keys_count\": 0,\n \"performer_keys\": [],\n \"performer_keys_count\": 0,\n \"transport_keys\": [],\n \"transport_keys_count\": 0,\n \"hardlink_keys\": [],\n \"hardlink_keys_count\": 0\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8d5b25ac-6d34-4b5f-beb2-45d12e9e6fbb", "name": "PlanResultDenver", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T05:54:57Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T05:54:57Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:45:18Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:15:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:15:49Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:25:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:25:49Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:39:57Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:39:57Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:54:57Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2320.68,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H9M39S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H44M39S\",\n \"distance\": 50270,\n \"time_window\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T05:54:57Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2320.6800000000003,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H9M39S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H44M39S\",\n \"distance\": 50270,\n \"time_window\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T05:54:57Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T04:45:18Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT24M42S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT34M42S\",\n \"distance\": 10478,\n \"time_window\": {\n \"from\": \"2024-02-08T04:45:18Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT15M49S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT25M49S\",\n \"distance\": 14689,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:25:49Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT29M8S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT44M8S\",\n \"distance\": 25103,\n \"time_window\": {\n \"from\": \"2024-02-08T05:25:49Z\",\n \"to\": \"2024-02-08T05:54:57Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "587b9ec1-c86d-4b6b-a0ca-5eb17e4658f9", "name": "PlanResultBerlin", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:48:15Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:12:04Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:12:04Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:27:04Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:27:04Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:56Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:40:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2176.933,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT52M41S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H27M41S\",\n \"distance\": 31306,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2176.9333333333334,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT52M41S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H27M41S\",\n \"distance\": 31306,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T04:48:15Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT21M45S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT31M45S\",\n \"distance\": 8878,\n \"time_window\": {\n \"from\": \"2024-02-08T04:48:15Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT17M4S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT32M4S\",\n \"distance\": 10003,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:27:04Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT13M52S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT23M52S\",\n \"distance\": 12425,\n \"time_window\": {\n \"from\": \"2024-02-08T05:27:04Z\",\n \"to\": \"2024-02-08T05:40:56Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c69b1174-67d3-4291-81ec-80e0494077e8", "name": "PlanResultBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T05:47:33Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T05:47:33Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:50:28Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:15:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:15:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:16:45Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:16:45Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:26:45Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:26:45Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:37:33Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:37:33Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:47:33Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2256.053,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT57M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H32M5S\",\n \"distance\": 38666,\n \"time_window\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T05:47:33Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2256.0533333333333,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT57M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H32M5S\",\n \"distance\": 38666,\n \"time_window\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T05:47:33Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T04:50:28Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT24M32S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT39M32S\",\n \"distance\": 8647,\n \"time_window\": {\n \"from\": \"2024-02-08T04:50:28Z\",\n \"to\": \"2024-02-08T05:15:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT11M45S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT21M45S\",\n \"distance\": 10122,\n \"time_window\": {\n \"from\": \"2024-02-08T05:15:00Z\",\n \"to\": \"2024-02-08T05:26:45Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT20M48S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M48S\",\n \"distance\": 19897,\n \"time_window\": {\n \"from\": \"2024-02-08T05:26:45Z\",\n \"to\": \"2024-02-08T05:47:33Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e09ef180-9276-402b-af12-765eb04f7388", "name": "Планирование в процессе.", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Accepted", "code": 202, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"trips\": [],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"trip01\",\n \"statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_transfer_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ]\n },\n \"progress\": 52,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT0S\",\n \"business_validation_time\": \"PT0S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"calculation_time\": \"PT0S\"\n },\n \"unplanned_items\": {\n \"order_keys\": [\n \"key_01\"\n ],\n \"order_keys_count\": 99,\n \"performer_keys\": [\n \"key_01\"\n ],\n \"performer_keys_count\": 99,\n \"transport_keys\": [\n \"key_01\"\n ],\n \"transport_keys_count\": 99,\n \"hardlink_keys\": [\n \"key_01\"\n ],\n \"hardlink_keys_count\": 99\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "de47e76c-cd16-4a00-abbf-2b787c75165c", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0e09b005-8d98-477c-ad44-ee2f36bf151b", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c6a617fb-10e6-4638-a928-2a491e7429b2", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d7a584e5-2260-4608-bb9a-b306128944b4", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "47468c74-4fec-4bd9-a4ed-6c981808b1de", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "60d5f9a5-b64f-43c0-bddc-0688d5ec5c48", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "cb3a13b3-e140-4441-b904-89f9695c6fe7", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "884275a5-39de-4702-891c-5ceb4aec94c9", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "471295d1-afba-4e11-9ce8-48ead50c8a6c", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "583db66b-4998-40fe-92b2-e1b1a5167d9e", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6985263c-8d62-473a-9223-9ca20f50eda6", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "68a55ce3-62ef-4906-9063-8578b1d8b875", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0ae100bb-54f8-446e-8023-f6c21f51d056", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a2273963-4391-48d0-aa55-c2d83740925a", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f69ed742-c362-4c11-b90c-55828adc3886", "name": "Удаление результата", "request": { "name": "Удаление результата", "description": { "content": "Удаление результата по идентификатору расчета.", "type": "text/plain" }, "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Идентификатор расчета.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "99f70cb8-a5f5-48ee-8a60-1941a9218105", "name": "Успешное выполнение - планирование удалено.", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "No Content", "code": 204, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "de542835-a8e5-4c87-800a-3f280e402bf0", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1ac39ef6-c2a6-44c0-97ee-c548c0f3eefd", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "449b6e0b-6be0-4bf1-9ce6-5eaec7e61a15", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7dd9b438-8d4c-4949-974c-50f6dadd09c7", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "413f6d0a-0814-4ef9-9608-8ef21dff6d8c", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "968a3cf6-2ba7-4548-a990-33049a971879", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0c927638-f1c6-457f-8dd0-0058f7780451", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "dfdc9cc5-284a-44cd-a446-a5c24fd0890c", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "de2cf12c-5ad3-4149-ad4d-c175215a0883", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "86e93254-cbc8-411b-8276-ba7ef1fd60af", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9235bf55-a216-4cea-9d54-7cdd8f570eef", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3b6450bd-10b8-4a7b-b624-7eeb94364932", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "cbad0f3a-2078-4b64-ab0f-ffb8b94b0870", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4a61199f-ad13-43ee-8dc8-19a28b02afde", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "89b514ea-1946-4008-8c91-8d042e526326", "name": "Валидация данных", "request": { "name": "Валидация данных", "description": { "content": "Проверка данных для планирования перед использованием.", "type": "text/plain" }, "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "34791065-984c-4eca-b24c-654028e8b899", "name": "ValidateResultExample", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"87d0c1a7-375b-412e-9ab8-8f4be24d0456\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"warnings\": [\n {\n \"type\": \"NO_AVAILABLE_TRANSPORT\",\n \"entities\": [\n {\n \"entity_key\": \"ord0001\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "866af960-9d8c-4247-a9f9-a29d5ba49fe3", "name": "PlanTaskMoscow", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"87d0c1a7-375b-412e-9ab8-8f4be24d0456\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"warnings\": [\n {\n \"type\": \"NO_AVAILABLE_TRANSPORT\",\n \"entities\": [\n {\n \"entity_key\": \"ord0001\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c05c17a7-5d11-410a-9459-4801aa8fb3ad", "name": "PlanTaskDenver", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.7116126,\n \"longitude\": -104.9145664\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.7851755,\n \"longitude\": -104.9285619\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.745829,\n \"longitude\": -105.0013897\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.82519,\n \"longitude\": -105.1185757\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"87d0c1a7-375b-412e-9ab8-8f4be24d0456\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"warnings\": [\n {\n \"type\": \"NO_AVAILABLE_TRANSPORT\",\n \"entities\": [\n {\n \"entity_key\": \"ord0001\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "84546f75-d262-48fb-93fd-4c2cb3f99017", "name": "PlanTaskBerlin", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 52.431792,\n \"longitude\": 13.3383233\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 52.458667,\n \"longitude\": 13.3772083\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 52.437161,\n \"longitude\": 13.4654563\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 52.532906,\n \"longitude\": 13.3431423\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"87d0c1a7-375b-412e-9ab8-8f4be24d0456\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"warnings\": [\n {\n \"type\": \"NO_AVAILABLE_TRANSPORT\",\n \"entities\": [\n {\n \"entity_key\": \"ord0001\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f68a2471-fbd9-4fb7-9e40-28843ef1184f", "name": "PlanTaskBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"87d0c1a7-375b-412e-9ab8-8f4be24d0456\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"warnings\": [\n {\n \"type\": \"NO_AVAILABLE_TRANSPORT\",\n \"entities\": [\n {\n \"entity_key\": \"ord0001\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "60a97d81-f5a0-4910-9a70-160d9a1ef23f", "name": "Result400", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "44c827f6-4459-4a52-86d2-11aaf912dfc7", "name": "PlanTaskDenver", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.7116126,\n \"longitude\": -104.9145664\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.7851755,\n \"longitude\": -104.9285619\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.745829,\n \"longitude\": -105.0013897\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.82519,\n \"longitude\": -105.1185757\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ea29549c-2a98-4719-a70d-ff410263f04a", "name": "PlanTaskBerlin", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 52.431792,\n \"longitude\": 13.3383233\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 52.458667,\n \"longitude\": 13.3772083\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 52.437161,\n \"longitude\": 13.4654563\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 52.532906,\n \"longitude\": 13.3431423\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "86141bfe-e7a8-48a0-84bc-d3c16df2062f", "name": "PlanTaskBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a69c554a-fc24-4fc3-8b99-6d5bcbb64f9a", "name": "PlanTaskDenver", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.7116126,\n \"longitude\": -104.9145664\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.7851755,\n \"longitude\": -104.9285619\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.745829,\n \"longitude\": -105.0013897\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.82519,\n \"longitude\": -105.1185757\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "df499d72-d0c9-4c7f-b5f4-fa3e84103376", "name": "PlanTaskBerlin", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 52.431792,\n \"longitude\": 13.3383233\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 52.458667,\n \"longitude\": 13.3772083\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 52.437161,\n \"longitude\": 13.4654563\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 52.532906,\n \"longitude\": 13.3431423\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1d5ee701-ae17-4907-87dc-d5b32cbb93c7", "name": "PlanTaskBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "53644e51-ea0b-44f6-98be-ac15cb4d061b", "name": "PlanTaskBerlin", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 52.431792,\n \"longitude\": 13.3383233\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 52.458667,\n \"longitude\": 13.3772083\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 52.437161,\n \"longitude\": 13.4654563\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 52.532906,\n \"longitude\": 13.3431423\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "06cff389-205d-40d4-804d-322ddc59feb8", "name": "PlanTaskBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "549408f8-1de8-4969-9da4-913d376c246c", "name": "PlanTaskBeijing", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 39.873105,\n \"longitude\": 116.3563913\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 39.929733,\n \"longitude\": 116.3203273\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 39.9227559,\n \"longitude\": 116.3260136\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 39.904054,\n \"longitude\": 116.2568843\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d8e74e17-552f-493f-83e1-3902b8b434b8", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b0bcdc5e-38d3-411f-aa45-f743116abca2", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6c49e68c-faf1-4932-bb6b-56eb34a10d2a", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6cd80fe3-b4d0-415e-92b5-f8e0160e4421", "name": "PlanTaskTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1082d3f7-0c13-4c59-b7a1-17299d34c5cd", "name": "PlanTaskTokyo", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7545026b-3b54-49b5-bf85-ee9886f46a7c", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "059aa84f-fe3e-4e79-889d-8c561c5886d2", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ed71369d-85d7-4868-8849-291b64cc8842", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6250a2f1-a378-4d5e-bf65-9f141c92252f", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8e995e36-0327-454d-9a1a-89bac73fc3d6", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Actualize", "description": "Актуализация рейсов - обновление планового времени выполнения заказов с учетом фактов и без изменения порядка обьезда.\n\nАктуализация проходит в три этапа - проверка, применение фактов, обновление времен у невыполненных состояний рейсов.\n\nЧтобы получить результат применения фактов к исходной задаче воспользуйтесь [очисткой данных для актуализации](#operation/run_actualize_refining).\n\nУчет текущего времени `current_time`:\n\n* Учитываются только те факты, которые произошли позже `current_time`.\n* Минимальное время всех состояний вычисляемых рейсов берется из `current_time`.\n\nУчет фактов о заказах:\n\n* Если у заказа выполнены все заявки - он считается завершенным.\n* Если заказ завершен или отменен - он, и сущности на которые ссылается только он, удаляются из данных для актуализации.\n* Если у заказа выполнена заявка с типом `PICKUP`, то соответствующая ей заявка с типом `DROP` будет преобразована в заявку с типом `DROP_FROM_BOX`.\n* Факт о заказе имеет больший приоритет, чем факты о заявках по этому заказу (если факты о заявках противоречат факту о заказе - они не будут учтены).\n* На каждый рейс разрешен только один незакрытый факт `DEMAND_START` (закрывается фактом `DEMAND_DONE`) - так как исполнитель может в один момент времени выполнять только одну заявку.\n* Если есть факт о работе по заявке, которая противоречит плановому порядку в указанном рейсе - будет сперва завершена эта заявка, затем продолжится выполнение рейса согласно запланированному порядку.\n\nУчет фактов об исполнителе:\n\n* Список фактов о нахождении исполнителя в определенной локации.\n* Если рейс начался (время факта позже планового времени начала рейса) - транспорт считается в той же локации, что и исполнитель.\n* При наличии нескольких фактов учитывается только самый поздний по полю `time`.\n* Локация, на которую ссылается факт, должна находится в списке `locations`.\n\nУчет существующих рейсов:\n\n* Удаляются сущности, на которые не ссылаются входные рейсы - локации, исполнители, транспорт, жесткие связи, заказы, заявки, события.\n* Назначенные на рейс смены исполнителя и транспорта не могут использоваться в других рейсах.\n\nПолученные в результате актуализации рейсы содержат только те работы, которые осталось выполнить.\n", "item": [ { "id": "7478c8ba-60db-42ca-bafc-7eb62c8a3620", "name": "Актуализация (SYNC)", "request": { "name": "Актуализация (SYNC)", "description": { "content": "Актуализация ранее запланированных рейсов.", "type": "text/plain" }, "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "be7c946a-2f2e-442e-b1ec-95e1ed61065e", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"trips\": [],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"trip01\",\n \"statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_transfer_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ]\n },\n \"progress\": 52,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT0S\",\n \"business_validation_time\": \"PT0S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"calculation_time\": \"PT0S\"\n },\n \"unplanned_items\": {\n \"order_keys\": [\n \"key_01\"\n ],\n \"order_keys_count\": 99,\n \"performer_keys\": [\n \"key_01\"\n ],\n \"performer_keys_count\": 99,\n \"transport_keys\": [\n \"key_01\"\n ],\n \"transport_keys_count\": 99,\n \"hardlink_keys\": [\n \"key_01\"\n ],\n \"hardlink_keys_count\": 99\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cb42d50c-a90d-4d1a-91e6-d0b5638073b2", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c56d7607-c0d6-486d-9f75-1769bd6577c0", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ae8b773e-6c93-4393-bbea-88fd3f6d89b5", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ec3eea5d-bee2-40a5-ac0c-80c2dd4490ca", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5bc43a23-b62c-4292-abb3-a2c786e35338", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3bc9792c-d7be-4d98-bb2c-0d4ef9d09143", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3f5dd33f-9512-4ada-a928-2736c215ee4a", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f72f32c9-9991-4b80-b5ea-84ab71523aa2", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fb7984f5-1f49-4d6d-a88b-637409bdaebf", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e6b144d6-20b7-4e64-a577-41f3754de305", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d2c70a7f-c82d-4338-8ca7-aecfa1ee14f2", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9c520f6e-c206-4712-9812-de1e35f22b74", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c2ab0221-235b-4e3a-a7ce-40ed5b59faeb", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "24edbdf4-eda9-4673-881d-a67adf78f1dd", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "4c4efd8d-142f-4aad-a9db-ecbee17e2cda", "name": "Валидация данных", "request": { "name": "Валидация данных", "description": { "content": "Проверка данных для актуализации перед использованием.", "type": "text/plain" }, "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "e1de2e5b-d51f-4087-81ce-d3ee6eed3c3d", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"87d0c1a7-375b-412e-9ab8-8f4be24d0456\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"warnings\": [\n {\n \"type\": \"NO_AVAILABLE_TRANSPORT\",\n \"entities\": [\n {\n \"entity_key\": \"ord0001\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9cbe8754-07ce-4a7c-a688-2ba30b4cc02e", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "80a00352-aa08-4f32-bf61-24bda4ce6d3a", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2f66efb6-34b4-498c-bb8c-5ef041514d0b", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7b10a2ea-80bb-4dde-8909-3988223ebd5f", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e957886b-efd1-4011-80ab-64192c676d1f", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "77ab629f-bcb7-4b8d-8edf-43d30ab61bf2", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2d865e48-36c7-41d0-9e36-f1bd4cae1ea9", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "549e6e0f-eee2-4075-99f4-9c5f91f2819b", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7bde50e4-81f2-472f-bb72-b530e90e189b", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "73e64d17-0835-4c04-ae97-4357681ae25f", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3d835221-a96d-4d95-9655-ca7368021101", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4d8fa97e-f772-4785-8161-9927d14b1583", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "196d04eb-6920-4f00-b5ff-b673ef2fcbba", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6ac347eb-914d-483a-964e-82ae1b5a2825", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d609c3da-f5d5-4a1b-ae95-9fac47d1940c", "name": "Очистка данных", "request": { "name": "Очистка данных", "description": { "content": "Очистка данных для актуализации перед планированием.", "type": "text/plain" }, "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "64e149d3-101e-4096-ab4d-d8913ef0d304", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "53443bbd-9112-4fa2-b08c-c7eae55c9dd1", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2496c6b0-69f4-4eac-b5e7-8034c1a25f1f", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bf90f276-aad7-47eb-b010-06a4c1fa8dcb", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "252807eb-1648-4d06-bb56-b17a707ab69c", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "db70c2c4-b9ea-4a34-aeda-8146dcb664c2", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c318c0a2-66de-4465-a532-3a6e1e8b25d9", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "63405b20-ec85-4c1b-8a94-cb7bdd1ef0c0", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "889b1874-652a-4480-9afa-5628d0a4f149", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8943daba-c897-4a89-b9be-8155c6a412af", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ec3bd145-94e8-4651-97f6-7d5f14193ed8", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fc991b88-de37-4b35-9b22-b8268d5de687", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "83771e83-fdd0-4cf0-8935-68a9befb2dc5", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f237135f-b0c6-4ef7-a03e-44841cb93914", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "55e21b47-5812-419a-ab5b-a13d33d7e8e7", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Replan", "description": "Перепланирование - создание новых рейсов на основе уже существующих рейсов с учетом фактов.\n\nПерепланирование проходит в три этапа - проверка, применение фактов и создание ограничений для планирования на базе существующих рейсов, планирование.\n\nЧтобы получить результат применения фактов к исходной задаче воспользуйтесь [очисткой данных для перепланирования](#operation/run_replan_refining).\n\nУчет текущего времени `current_time`:\n\n* Учитываются только те факты, которые произошли позже `current_time`.\n* Минимальное время всех состояний вычисляемых рейсов берется из `current_time`.\n\n\n", "item": [ { "id": "a22de1a1-14c5-4a43-b5de-b575be43c517", "name": "Перепланирование (SYNC)", "request": { "name": "Перепланирование (SYNC)", "description": { "content": "Перепланирование - создание рейсов на основе данных о заказах, исполнителях и транспорте.\n", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "0ea993cf-899a-472e-8ff7-282f2a48767e", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2415.263,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H15M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H50M5S\",\n \"distance\": 78117,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2415.2633333333333,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H15M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H50M5S\",\n \"distance\": 78117,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT31M26S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT41M26S\",\n \"distance\": 17108,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT20M52S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M52S\",\n \"distance\": 26991,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:30:52Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT22M47S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT37M47S\",\n \"distance\": 34018,\n \"time_window\": {\n \"from\": \"2024-02-08T05:30:52Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7823569b-bf93-4eac-91c5-9a8dfcfa6f00", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bee8990c-4071-457b-ad89-38d83d69bf7f", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6ab3ddf9-b1c0-4e28-97c8-03938f0aa213", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a89047f3-278a-42ba-81ac-970a3b6e7945", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c8a5b5d3-ac3d-48d1-b07f-33ec902a3067", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a860d3f5-71ae-4c32-bdef-4c7834469a1b", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6ff50d4c-9b0a-42df-9559-7cd183ce27c2", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6f888ef6-677e-475b-a58e-17209156437e", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f78ca877-bf5c-4a16-a3d1-89560d3944fb", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5a6f892f-6ca8-4ec6-8443-67266c4c63dc", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "84f18225-cb87-437d-aa3b-a5e326c954ab", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7061c767-a659-46e6-ab6a-3afd22b3ec92", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1fec452c-88c9-4811-adeb-0de704a5dfb1", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ae0a0d11-5118-4c1e-9afd-5c5b5da23a43", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "3791b55c-282d-4969-852c-5a9002f2d02b", "name": "Перепланирование (ASYNC)", "request": { "name": "Перепланирование (ASYNC)", "description": { "content": "Перепланирование - изменение существующих и создание новых рейсов на основе произошедших фактов и данных о заказах, исполнителях и транспорте. Получение результата производится с помощью метода [result](#operation/read_replan_result), а удаление - с помощью [delete](#operation/delete_replan_result).\n", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "bf4f3ecb-9b0c-4066-8732-0fd146b8f267", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"11111111-2222-3333-4444-555555555555\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0da7f3b8-ccdd-48c6-9660-69080486031d", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f1d43562-fc7f-4e27-ae40-2e13858a310f", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4b93c78c-f347-4da8-a013-f6c9396cc041", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "62ce73fb-0961-4814-a775-fa2290423794", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "818ad362-b9ab-41d7-9649-765ac951601e", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3332fe78-bdfb-4acc-8c4e-5a5a21302ec3", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d14c7af7-b5e5-4f3b-8446-4724899e7add", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2c1b2851-4acf-4958-845a-1668336bcf10", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e6c63776-39ab-4d65-8560-ab73f87e3b04", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3c4f7291-2515-4269-b403-d9a2f67bf009", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "685422ef-6435-4283-acea-33893dd54144", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "88f29c0c-6930-4a42-9fd4-680451bbd7d0", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b368fd3d-06aa-43f1-9eea-bce6dd5d0a50", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ed3beadf-3f8e-4c3e-86e5-07dbd69017d4", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "edf92405-d75d-49b4-b1c6-7842f5293a35", "name": "Состояние расчета", "request": { "name": "Состояние расчета", "description": { "content": "Получение состояния расчета по идентификатору расчета.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Идентификатор расчета.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "931fa58e-4d70-44f6-b8b8-d7107126c266", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"progress\": 52,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT0S\",\n \"business_validation_time\": \"PT0S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"calculation_time\": \"PT0S\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1b1bc926-ce88-44af-b41f-bd428c1ac504", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d534bf5e-4604-4afc-953f-06cc26d2adf6", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bc65da2a-5d14-4cc0-9322-8cd713e39136", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05b79ac6-2bbd-4c43-943a-203f7da224c1", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0d0939e5-64ca-464e-8a39-9d1897cd06d8", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b40920a5-92cb-4545-a7a0-822558ee46eb", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "155063fe-f22a-4328-a7be-d61e8c035640", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3c7c347a-b24c-49b7-9bdb-1cdcae9c8d68", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9002a488-b4a8-43ea-a8c8-14428c77d9c7", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3d425108-3a1f-4f49-a0df-acaa51a307d6", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "64f0c285-b866-4876-a23d-1fb608acd033", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1d969d22-a860-46dc-a2a4-70b995942c24", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6ecd8bf5-077b-4143-9945-0463f964fd19", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "52aa96e9-345a-49be-83a0-31ddda2384d7", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "dd9b4bdc-6136-4961-a0f1-b75f6234c22b", "name": "Отмена расчета", "request": { "name": "Отмена расчета", "description": { "content": "Отмена процесса планирования по идентификатору расчета.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Идентификатор расчета.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "13fb6a85-0647-4798-92f6-986dd26a74ef", "name": "Успешное выполнение - расчет отменен", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "No Content", "code": 204, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "82bbd4f7-616b-4b04-9d4a-9c43daba3866", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f35f12f3-b8d9-4f1a-be03-5ddd91c5d782", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cc9d28cc-595f-4ad3-98f2-752ba2e0952f", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05e6e68e-fbb1-41a0-8305-c20097b1746c", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5ed10758-e4ff-4883-9bae-1b848f276a6c", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e12abfc6-9a71-4987-96c1-80ec61f5d9b8", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e4a28dd9-371c-42b4-ac6c-2a929c50fb83", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "20f2edfe-c0ed-4a1c-8392-791efff861cd", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f3015d6a-6a4e-40b9-bf14-4da55f58bb35", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05fd3797-4bbf-4068-ba33-442c28a63fe3", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f8e4b803-1f18-4127-adc0-fa21f126f81a", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2e047a18-ce3e-49c9-8ff8-76ee7f444a6b", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "cf30e5af-09dc-4885-b8c8-ef9dfd0a828d", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4ffd5400-f9a5-48da-83b0-ae006d7c26e4", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e75b521f-6911-4eae-ac57-a7afd04edd7e", "name": "Получение результата", "request": { "name": "Получение результата", "description": { "content": "Получение результата перепланирования по идентификатору расчета.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Идентификатор расчета.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b0a98b7f-4fb9-4105-a6e8-12b981859c61", "name": "Успешное выполнение - перепланирование завершено.", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2415.263,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H15M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H50M5S\",\n \"distance\": 78117,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2415.2633333333333,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H15M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H50M5S\",\n \"distance\": 78117,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT31M26S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT41M26S\",\n \"distance\": 17108,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT20M52S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M52S\",\n \"distance\": 26991,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:30:52Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT22M47S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT37M47S\",\n \"distance\": 34018,\n \"time_window\": {\n \"from\": \"2024-02-08T05:30:52Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "79f75766-1080-4e2a-9c25-1e77dcdee642", "name": "Планирование в процессе.", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Accepted", "code": 202, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"trips\": [],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"trip01\",\n \"statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_transfer_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ]\n },\n \"progress\": 52,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT0S\",\n \"business_validation_time\": \"PT0S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"calculation_time\": \"PT0S\"\n },\n \"unplanned_items\": {\n \"order_keys\": [\n \"key_01\"\n ],\n \"order_keys_count\": 99,\n \"performer_keys\": [\n \"key_01\"\n ],\n \"performer_keys_count\": 99,\n \"transport_keys\": [\n \"key_01\"\n ],\n \"transport_keys_count\": 99,\n \"hardlink_keys\": [\n \"key_01\"\n ],\n \"hardlink_keys_count\": 99\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aeb6b660-90ea-473a-8024-74d246875052", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "06830009-e4f5-4c71-90dd-e0b6e69c9fbf", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ceb43286-e95e-4f0c-9783-1f8b16b234a1", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d1dd7364-ab3e-453c-9b6d-d35689308b81", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "271c2e93-dff3-41a7-9ab7-ee2fa4eb1d23", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9eb2dfd1-1f09-4d75-a162-ce8420be43c3", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b041c513-b90b-4bf6-8b10-92a8a5ad3f07", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "904225a7-8a6b-43d7-872b-0bd758b660eb", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "39df17ed-b87a-4566-acd4-f83fa91ced5e", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "da58bcd2-35c0-431a-97a5-7c83d91ffe6f", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e2f1e258-dcab-4b3e-9415-e5898ac9a7c3", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b1fdee79-0586-4eb7-be50-9c3e3d83b2b0", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "74a27021-806c-460d-8b75-257d021c5ace", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "93cf57d8-d812-474e-810c-30d8c37ff368", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "42281e04-4821-451b-a369-90ac632ff44e", "name": "Удаление результата", "request": { "name": "Удаление результата", "description": { "content": "Удаление результата перепланирования по идентификатору расчета.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Идентификатор расчета.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "1441d562-3ce7-4d14-b00f-15c8288f3d4f", "name": "Успешное выполнение - планирование удалено", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "No Content", "code": 204, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "80ec800d-c71c-4a1c-b29a-2fc6baab68e5", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "61758714-c51b-48fa-979c-1558e00aff73", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d6347b71-a5df-4616-be32-5b0b32d32b81", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bc9e87a1-f63b-4ad5-964e-760468f2ffaa", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cf986688-a8fd-42fd-963c-a2a3da108a63", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4df1c7f1-0963-4389-8c5c-874aba8f3cfb", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "def086ab-64db-4bfc-ab37-cef4379756d9", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "48480e3c-65a5-483a-9add-cae57627d6d9", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b19b20f3-9ea8-40e7-839f-90901583eeb4", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7d3c2d24-74a0-4f1d-ba30-c7dd095ee7aa", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7eb3748f-4d18-4dbb-8cc0-ce586b955e3d", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "473d1155-8f3d-4333-b432-453eab80aedd", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "41ab2ad7-92b9-432d-a0f0-d41b2c775324", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "644afc73-6098-47c4-aa75-8d6270931806", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "86d23c0c-6cc6-4289-b423-173ad34516bb", "name": "Валидация данных", "request": { "name": "Валидация данных", "description": { "content": "Проверка данных для перепланирования перед использованием.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4339999f-539c-41bb-91e1-a83ab75cd9ab", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"87d0c1a7-375b-412e-9ab8-8f4be24d0456\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"warnings\": [\n {\n \"type\": \"NO_AVAILABLE_TRANSPORT\",\n \"entities\": [\n {\n \"entity_key\": \"ord0001\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a0dafe31-ea3b-48a8-a4ee-6591deaeeefa", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b40b983c-753e-4465-a05e-6596e4f748c8", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2417427b-c36e-40e2-9c45-3eef96aeba28", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4c999ac7-e857-4407-8b05-1886dc30c88e", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "57e5b0b2-1869-4f1f-8ce3-7ff4c486ecac", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1773b900-071c-4b52-aa5e-2903dd57c312", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "91977d43-71c7-42cb-a86e-cc2cc9f47d69", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8cfa52bd-6d36-4385-a9ba-2f7f538556e8", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a89af342-3a97-4b53-9ae5-8c4a2d546cdf", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "31e89bf6-ea8c-4a35-baa7-113ec4a3f67e", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "047e51e8-1065-4487-8df3-af84dd05a9e6", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d8ec1e6a-f15b-47f2-a4ab-79b02d31d304", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0227a864-be08-423d-9e9b-6336f35bfc7e", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "30ee7317-02f9-4e75-9e64-8ec4c82b1c43", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "330e3070-c5db-4df4-adcd-7c7942e139d8", "name": "Очистка данных", "request": { "name": "Очистка данных", "description": { "content": "Очистка данных для перепланирования перед планированием.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "e4dcd54a-9b92-4492-91a1-0d93eaab310a", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "382a9c76-1fc5-443e-821b-685c47eb8bc6", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "87e32fec-d029-4fb6-8ea7-fbf1afed42d6", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c3d9f141-fa16-45b7-a238-f701def0281f", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7bee78c9-df98-484b-a8e1-57e09f350518", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "17cc11a8-1a0c-4257-9a35-5f04bae388e5", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8901a824-baa2-4e4c-8c1b-2d8b114a1401", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f63558a4-2184-4343-95f1-3ab593e01b49", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9c2cf116-1e89-4f41-82bf-06ab5973a637", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6964ce03-a31b-414d-a605-f333eaba1db6", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7d3937ca-509a-4c2e-ae82-9d049669c890", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7da891a2-9ef9-4942-92ae-8c24c396cac4", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1f394bb6-a891-4587-9d35-69065a674d30", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fbccc55b-7e0b-499c-aab9-4e79dfc1e941", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "94c97cfb-6e4c-4ee1-9cf1-6cca38d95f59", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Convert", "description": "Конвертация данных.\n", "item": [ { "id": "7d8f7bb2-1de9-412d-ad30-1d61232571a8", "name": "JSON >> XLSX", "request": { "name": "JSON >> XLSX", "description": { "content": "Используется для конвертации входных и выходных данных в формат [VRt.Universal XLSX](#section/Xlsx).", "type": "text/plain" }, "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/octet-stream" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "0d4e3680-f6f5-4c24-bd4c-392efc48301e", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/octet-stream" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "body": "mollit ex consectetur", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d38e0979-1213-4c51-b76e-7ca9eae6d325", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d80f94c9-f1f9-41e6-b227-8838f0ea32d9", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "de9cb035-82e4-4cda-a383-c3ac20128070", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e7435d14-6c1a-46b5-bc79-2c01bdbe2184", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "73e29c79-5ee5-40e3-9aa0-6191954a5c07", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "782d9c88-535f-4b36-bb17-b518efbf8c3a", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d45e3507-eee6-4c4a-8f3f-b3493ee4fdfc", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f874e3e4-7798-495c-a03d-7f4c189aeb61", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4c5ce846-539b-49bf-92e0-4f688af96d68", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e3248690-a5ff-45f5-8a7c-604c7a4aaef1", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ef0756b6-d9e4-40c9-87ae-bb2b0d9e4d53", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fa1f79bc-1daf-4b4e-a1fd-55c4fe358677", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ed475a73-79a5-45f5-9528-852d994c403c", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "bfef48be-a251-4bc7-a1c1-7a6b76a79b7d", "name": "XLSX >> JSON", "request": { "name": "XLSX >> JSON", "description": { "content": "Используется для конвертации данных из формата [VRt.Universal XLSX](#section/Xlsx) в формат VRt.Universal JSON.\n", "type": "text/plain" }, "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" }, "auth": null }, "response": [ { "id": "e9fe0f96-1b58-478f-962e-0d0cb8e15c30", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"trip01\",\n \"statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_transfer_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ]\n },\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1a43b4a7-366b-4721-b0f9-984fc4ff2846", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "af6d39d8-2ed2-4d8b-afce-b9e867fceaf8", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ee777a1b-e342-4950-8f7c-8636c61543af", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f0af5df7-99ee-4420-8ffd-66e263498367", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a6f566f-4faa-48d2-9843-c0fa59af93fc", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "94397509-77c3-4b02-950c-11fbf9f603d2", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9467a9a8-d86d-4d31-8389-f9502b5e1ea8", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "039a45a2-e51e-4369-8b8a-0919ca699e07", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "45d2db54-02b9-4b36-828f-5b82ca4921f9", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0808a5fa-ffdf-4618-bfb3-ead740a9f0e7", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4af123e2-1cd0-42d5-ac53-4a197058ca7d", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e865068a-9f7c-4d32-a433-90c9d064819c", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "36bc4a6e-f9ee-40cb-adba-a9e58d7bab5c", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "mollit ex consectetur" } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "bd3d4be2-2516-464e-af3a-6d1912206ebc", "name": "JSON >> THRIFT", "request": { "name": "JSON >> THRIFT", "description": { "content": "Используется для конвертации входных данных в формат THRIFT.", "type": "text/plain" }, "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "666181de-ea8d-4018-95e9-12b49afeb5b5", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "magna fugiat in ex", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c3e0c780-aff4-4289-ad22-f30b28a95588", "name": "Неверный запрос - данные содержат ошибки", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6e477bb3-ecc4-4e18-b890-aeb31ee803c8", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6589e66b-f92d-433b-97ae-03e5132c0848", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5a447f94-de37-4a7c-99e1-1fa018042c58", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3c065bdd-cdf3-414b-b01b-dda1ddd65a16", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "286f0078-3e89-4799-a37f-a680a3acd7ed", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "12d35165-1b2f-4970-9789-83983c67f816", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "41b8d1f9-28d6-4400-a4d8-9820d850d384", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8c7917ba-0654-41f1-9f69-67a7658a5677", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "768c524a-b88b-4486-9519-fee2ce62a181", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7e4fbee0-eb5e-4a57-b6bf-29641442cce4", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c7098806-0eac-44a2-bb61-b783ae88ea50", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "87515de9-d9c4-4857-acc8-362a1bcd2e77", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "System", "description": "Системные функции.\nВспомогательный функционал, общий для всех сервисов.\n", "item": [ { "id": "59edeea2-bc50-4c12-af96-cbd7da4218ae", "name": "Проверка доступности", "request": { "name": "Проверка доступности", "description": { "content": "Проверка доступности сервиса.", "type": "text/plain" }, "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "448a4516-47c7-4137-a85e-c4fa7c823fe5", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"health\": 0.999\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "eda97bb2-5a8d-48c1-9d94-ab01e362192b", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5cb6ad33-a8bd-402f-bd5a-a11b35d2f3d5", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f4577f40-f644-4377-8aba-16b84f0bd42e", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a7121c94-1c92-4c3c-a4fd-04d11f3461f9", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6158973c-38e7-4077-bcf5-e412008adc8f", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c02bcffc-6203-4be5-a412-3ff515236782", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9cb609b7-88ef-4bd5-b73b-0391f9479d6f", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f9e04478-51b6-4141-bcaa-a7b6169830a9", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1e55e85a-ca81-4ad3-a392-164ccd1c7139", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b6dedd8f-8bc3-4d30-a9f7-a6ce9a9f4308", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3b5c8c48-ce09-4ac4-9e9f-ec4098c01476", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "bfe719fe-c29f-4d92-94c1-2713bfad674a", "name": "Получение версии сервиса", "request": { "name": "Получение версии сервиса", "description": { "content": "Получение версии сервиса.", "type": "text/plain" }, "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5d26e19f-abc3-477c-a131-9675fff17596", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"major\": 4,\n \"minor\": 4,\n \"build\": \"1754RC\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5165a1ce-a95c-47ec-ace3-c5ef8f7c8cb1", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "01de1e4d-fe13-478e-afe6-e1d9c6a30399", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a394ebc6-f9f5-4540-9604-a88fe7d87d4d", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "87f47399-8013-40d0-a960-d07a94621c0c", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b9a47bf6-19b1-4d59-a53d-77d0347826ff", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "96b2cdee-28c6-4778-aee2-92eba4133555", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "540345e5-5de6-4c72-96b9-7ef16f4a25ba", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0a4225b6-6867-46e3-9b65-7e8297296d26", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "674defaf-26ca-41a3-93ba-bfc3f764213b", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "95e7faa1-b428-4feb-ac1b-b2b5ddeac1b3", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3724723e-80c4-4913-b639-18b02eaf7d17", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "5a639c9d-c03e-434d-818c-1b90de9ba3d8", "name": "Получение документации", "request": { "name": "Получение документации", "description": { "content": "Получение файла с документацией на этот сервис.", "type": "text/plain" }, "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "file_en.html", "key": "filename", "disabled": false, "description": { "content": "(Required) Название файла.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "text/html" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0296261f-9dc6-467d-a979-25a7d10ed247", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "text/html" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/html" } ], "body": "ut dolore", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "22d69af5-1d14-4542-afbd-8b2a64750587", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bb29dc4e-10ba-47ba-84e9-6280562968d6", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f4dedda0-dc1d-4a31-94f3-f5284fd0530e", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fd8fce5d-f05f-4b54-9d86-b7aedbdb8e58", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "972e3670-bb9a-49cb-a8bb-cd7f13d5ac17", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "41ec3172-bda6-45c2-b528-f0c20ce47017", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b5203bdc-e5f3-4077-a1a4-b23e6857e5e8", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "183dd13e-c73f-4ca2-840c-925a056f3de3", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "69b9921d-f82a-4035-a2cc-f428be35ddca", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "15d9fcb7-4e4a-4781-8b8f-1599ae5d7ea6", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f083ac9c-ffee-44f3-ac53-c97b71a941b9", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ], "auth": { "type": "bearer", "bearer": [ { "type": "any", "value": "{{bearerToken}}", "key": "token" } ] }, "event": [], "variable": [ { "key": "baseUrl", "value": "https://api.edge.veeroute.tech" } ], "info": { "_postman_id": "98d6633a-2c7a-4456-94f1-3c1d51e71b69", "name": "VRt.Universal [UV]", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "# Описание\n\nПрограммный интерфейс для универсального планирования рейсов.\n\n## Возможности\n\n* Возможность забора груза из любой локации\n* Возможность разгрузки в любой локации\n* Парные заявки нескольких типов: `PICKUP` (погрузка), `DROP` (выгрузка)\n* Одиночные заявки нескольких типов: `DROP_FROM_BOX` (выгрузка груза, который уже находится в кузове), `PICKUP_TO_BOX` (забор груза в кузов без последующей выгрузки), `WORK` (работа на локации без перемещения груза)\n* Комплексный заказ может состоять из любого числа заявок любых типов\n* Транспорт и исполнители разделены на разные сущности, при планирование происходит оптимальное назначение исполнителя на транспорт\n* У транспорта несколько отсеков - каждый из которых может вмещать груз и обладает собственными характеристиками\n* Учёт совместимости груза с транспортом по параметрам габарита груза (длина, ширина, высота, дополнительные параметры вместимости)\n* Учёт совместимостей груз-отсек транспорта (возможность учесть свойства отсека: холодильник, термо-сумка, крепежи и т.п)\n* Заявки-заменители, т.е. возможность выполнить одну из заявок-заменителей, выбор которой происходит на основе её географического местоположения и временного окна\n\n## Поддержка ограничений\n\nОграничения на **исполнителя**:\n\n* Место старта/финиша\n* Учет передвижения исполнителя до точки старта транспорта\n* График доступности исполнителя - список временных окон, в которые исполнитель может совершать перемещения и совершать работу на локациях\n* Максимальная продолжительность работы исполнителя в течение заданного временного периода\n\nОграничения на **транспорт**:\n\n* Место старта/финиша\n* График доступности транспорта - список временных окон, в которые транспорт может совершать перемещения\n* Максимальная протяженность маршрута\n* Несколько отсеков в транспорте, каждый со своими параметрами\n* Ограничение сверху на суммируемые вместимости (вес, объем, количество заказов, количество заявок)\n\nОграничения на **заказ**:\n\n* Жесткие временные окна\n* Возможность указать разные допустимые окна работы локации и окна желаемого выполнения заявки\n* Учет порядка исполнения заявок в пределах маршрута\n* Список желаемых временных окон выполнения с разными стоимостями для каждого из них\n\n## Используемые совместимости\n\nСущности являются совместимыми, если список свойств одной сущности полностью покрывает список требований другой сущности (наоборот для `performer_blacklist` - списки не должны пересекаться).\n\nПоддерживаемые совместимости:\n\n| Название | Требования | Свойства |\n|-------------------------|----------------------------------|------------------------------|\n| Заказ - Исполнитель | order.performer_restrictions | performer.performer_features |\n| Заказ - Не Исполнитель | order.performer_blacklist | performer.performer_features |\n| Груз - Отсек | order.cargo.box_restrictions | transport.box.box_features |\n| Локация - Транспорт | location.transport_restrictions | transport.transport_features |\n| Транспорт - Исполнитель | transport.performer_restrictions | performer.performer_features |\n| Исполнитель - Транспорт | performer.transport_restrictions | transport.transport_features |\n| Заказ - Заказ | order.order_restrictions | order.order_features |\n| Груз - Груз | cargo.cargo_restrictions | cargo.cargo_features |\n\nПримеры бизнес правил:\n\n| Название | Пример бизнес-правила |\n|-------------------------|---------------------------------------------------------------------------------------|\n| Заказ - Исполнитель | Для выполнения заказа водитель должен иметь особое разрешение |\n| Заказ - Не Исполнитель | Водитель в черном списке |\n| Груз - Отсек | Для перевозки замороженной продукции необходим отсек с особым температурным режимом |\n| Локация - Транспорт | Ограничения на высоту транспорта |\n| Транспорт - Исполнитель | Для грузового транспорта водитель должен иметь категорию `C` |\n| Исполнитель - Транспорт | Водителю разрешено работать только на определенном транспорте |\n| Заказ - Заказ | Нельзя перевозить рыбу и фрукты в одном отсеке |\n| Груз - Груз | Два груза нельзя одновременно размещать в одном отсеке транспорта, по очереди - можно |\n\n## Назначения\n\nМеханизм назначений (`hardlinks`) необходим для указания требований по нахождению заказов, исполнителя и транспорта в одном рейсе.\n\nНазначение гарантирует нахождения сущностей в одном рейсе и не гарантирует факт планирования сущности.\nНапример, если исполнитель не успевает выполнить заказ, то он не запланируется, но назначится на рейс (попадет в `waitlist`).\n\nТакже назначение не отменяет указанные совместимости (и штрафы за нарушение совместимостей).\nНапример, если заказ не может быть выполнен исполнителем, он не запланируется, но назначится на рейс (попадет в `waitlist`).\n\n## Размещение грузов в кузове\n\nСписок способностей объекта вращаться (с шагом в 90 градусов):\n\n* `ALL` - можно поворачивать по любой оси любое количество раз\n* `YAW` - можно повернуть один раз по вертикальной оси (вокруг своей оси)\n* `PITCH` - можно повернуть один раз по поперечной оси (поставить вертикально)\n* `ROLL` - можно повернуть один раз по продольной оси (положить на бок)\n\n![rotation](../images/universal_cargo_yaw_pitch_roll.svg)\n\n## Модель рейса\n\nРейс описывается списком состояний исполнителя, при этом одновременно исполнитель может находится в нескольких состояниях (например быть внутри рабочего временного окна локации и выполнять заказ на этой же локации).\n\nВозможные значения флагов, отвечающих за географическое положение:\n\n* `AROUND_LOCATION` - исполнитель находится рядом с локацией - в процессе парковки или выезда с нее.\n* `INSIDE_LOCATION` - исполнитель находится на локации.\n\nВозможные значения флагов, отвечающих за нахождения во временных окнах:\n\n* `INSIDE_WORKING_WINDOW` - исполнитель находится внутри рабочего временного окна.\n* `INSIDE_LOCATION_WINDOW` - исполнитель находится внутри времени работы локации.\n* `INSIDE_EVENT_HARD_WINDOW` - исполнитель находится внутри жесткого временного окна.\n* `INSIDE_EVENT_SOFT_WINDOW` - исполнитель находится внутри мягкого временного окна.\n\nВозможные значения флагов, отвечающих за действия:\n\n* `ON_DEMAND` - исполнитель работает над заявкой.\n* `WAITING` - исполнитель находится в режиме ожидания.\n* `RELOCATING` - исполнитель перемещается к следующей остановке.\n* `BREAK` - исполнитель находится на перерыве.\n\n### Пример маршрута с множеством состояний в каждый момент времени\n\n| Время | Набор активных флагов | Локация / Заказ / Заявка / Событие | Комментарий |\n|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------|:----------------------------------------------------------------|\n| 10:00 | INSIDE_LOCATION
AROUND_LOCATION | 2 / - / - / - | Стартовая локация |\n| 10:10 | RELOCATING | - / - / - / - | Едем к первому заказу |\n| 10:20 | AROUND_LOCATION | 2 / - / - / - | Подъехали к первому заказу |\n| 10:40 | AROUND_LOCATION
INSIDE_LOCATION
WAITING | 2 / - / - / - | Припарковались |\n| 11:00 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
WAITING
INSIDE_EVENT_HARD_WINDOW | 2 / - / - / - | Дождались начала окна локации и одновременно доступности заказа |\n| 11:25 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
ON_DEMAND
INSIDE_WORKING_WINDOW
INSIDE_EVENT_HARD_WINDOW | 2 / 1 / 2 / 3 | Дождались смены исполнителя |\n| 11:30 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
ON_DEMAND
INSIDE_WORKING_WINDOW
INSIDE_EVENT_HARD_WINDOW
INSIDE_EVENT_SOFT_WINDOW | 2 / 1 / 2 / 3 | Пока работали - случилось мягкое окно |\n| 11:40 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
INSIDE_WORKING_WINDOW | 2 / - / - / - | Закончили работать |\n| 11:45 | AROUND_LOCATION
INSIDE_WORKING_WINDOW | 2 / - / - /- | Выехали с парковки |\n| 11:45 | RELOCATING
INSIDE_WORKING_WINDOW | - / - / - / - | Едем на следующий заказ |\n\n## Конфигурация планирования\n\nДля каждого планирования есть возможность указать конфигурацию планирования, которая определяет целевую функцию, желаемое качество маршрутов и скорость расчета.\n\nНазвание конфигурации планирования передается в поле `trips_settings.configuration`.\n\nОсновные конфигурации:\n\n| Название | Задача |\n|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **optimize_distance** | Расставить как можно больше заказов, затем оптимизировать суммарный пробег (количество транспорта выбирается исходя из пробега), используется по умолчанию |\n| **optimize_transports** | Расставить как можно больше заказов, при этом использовать как можно меньше транспорта, при прочих равных оптимизировать время работы исполнителей |\n| **optimize_locality_grouping** | Расставить как можно больше заказов, при этом стремиться оптимизировать визуальную группировку маршрутов, но не их количество |\n| **optimize_cars_then_distance** | Расставить как можно больше заказов, затем оптимизировать количество транспорта, затем пробег |\n| **optimize_time** | Расставить как можно больше заказов, затем оптимизировать суммарное время работы исполнителей |\n| **optimize_cars_then_time** | Расставить как можно больше заказов, затем оптимизировать количество транспорта, затем суммарное время работы исполнителей |\n| **optimize_money** | Оптимизировать величину \"прибыль - затраты\", складывается из наград за заявки и расходов на исполнителей и транспорты (оптимизируемая величина неотрицательна) |\n\nДополнительные конфигурации:\n\n| Название | Задача |\n|-----------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **visual_grouping** | Расставить как можно больше заказов, при этом использовать как можно меньше транспорта и маршруты должны быть визуально сгруппированы |\n| **optimize_visual_grouping** | Расставить как можно больше заказов, затем равномерно распределить заказы с учетом зон транспортной доступности (как visual_grouping, но визуальная группировка рассчитывается иначе) |\n| **optimize_cars_then_locality_grouping** | Расставить как можно больше заказов, затем оптимизировать количество транспорта, затем визуальную группировку маршрутов |\n| **optimize_cars_then_single_location_grouping_sequenced** | Расставить как можно больше заказов, затем оптимизировать количество машин, а затем надёжность |\n\nВ дополнение к существующим вариантам планирования возможно создание целевой функции непосредственно под бизнес-процессы клиента ([запросить конфигурацию](mailto:servicedesk@veeroute.com)).\n\nДля разработки рекомендуется использовать **optimize_cars_then_distance**, так как данная конфигурация не требует детального подбора тарифов и стоимостей заказов.\n\n## Валидация данных\n\nВалидация входных данных состоит из нескольких этапов, которые описаны ниже.\n\n### 1. Проверка по схеме\n\nЕсли запрос не проходит по схеме, то планирование не запускается целиком и такая ошибка возвращается вместе с кодом 400 в `schema_errors`.\n\nМы рекомендуем проверять запрос по схеме (или yaml-файлу) перед отправкой на сервер.\n\n### 2. Проверка на логические ошибки, которые не позволяют продолжить планирование\n\nКорректные по схеме данные проходят второй этап проверки на возможность запуска планирования.\n\nПример ошибок на данном этапе - ключи, ведущие на пустые сущности, или если все заказы несовместимы со всеми исполнителями, т.е. то, что делает задачу планирования бессмысленной.\n\nДанные ошибки возвращаются вместе с кодом 400 в `logical_errors`.\n\n### 3. Проверка на логические ошибки, которые не позволяют продолжить планирование\n\nНа третьем этапе происходит проверка каждой сущности отдельно.\n\nВсе сущности, которые не прошли проверку - вырезаются из исходной задачи и не отправляются на планирование.\n\nВ зависимости от настройки `treat_warnings_as_errors` результаты данного типа проверки возвращаются в `warnings` вместе с кодом 400, либо вместе с результатом планирования.\n\n### 4. Проверки в процессе планирования\n\nЧасть проверок можно осуществить только в процессе планирования.\n\nНапример - что согласно указанным тарифам и по актуальному прогнозу пробок физически невозможно доехать до определенной точки.\n\nРезультаты данных проверок возвращаются в `warnings` либо вместе с результатом планирования.\n\n## Диаграмма сущностей\n\n![erd](../uml/universal.svg)\n\n# Xlsx\n\n\n\nОписание формата VRt.Universal XLSX для импорта\\экспорта данных.\n\nДанный формат является полным отображением json-модели данных и используется для:\n\n* исходных данных\n* настроек процессов\n* результатов расчета\n* статистики по результату расчета\n\nНиже представлено описание каждого листа отдельно, **жирным** выделены ключи.\n\n## Локации\n\nНазвание листа `locations`.\n\nСписок локаций, которые используются в заказах и сменах.\n\n| Название | Описание | Примечание |\n|---------------------------------------------|----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|\n| **key** | Ключ локации, уникальный идентификатор | Уникальный ключ в рамках расчета |\n| departure_duration | Время на отъезд от локации, временной промежуток | |\n| geopoint.latitude | Географическая широта в градусах | |\n| geopoint.longitude | Географическая долгота в градусах | |\n| work_windows.from | Начало временного окна работы локации | Обязательно, если указан `to`. Если список пустой или не указан - локация работает без ограничений по времени. |\n| work_windows.to | Окончание временного окна работы локации | Обязательно, если указан `from`. Если список пустой или не указан - локация работает без ограничений по времени. |\n| compatibilities
.transport_restrictions | Список необходимых требований к транспорту | Используется для проверки совместимости транспорта локацией. |\n| attributes.{key} | Атрибуты, используются для указания служебной информации | `{key}` - ключ атрибута. Можно заводить несколько. Эти данные не учитываются в планировании. |\n\nОписываемый объект:\n\n\n## Исполнители\n\nНазвание листа `performers`.\n\nСписок доступных исполнителей.\n\n| Название | Описание | Примечание |\n|------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|\n| **key** | Ключ исполнителя, уникальный идентификатор | |\n| own_transport_type | Тип транспорта | Если не указан, по умолчанию, проставляется `CAR`. |\n| **shifts.key** | Ключ смены, уникальный идентификатор | |\n| shifts.start_location_key | Ключ начальной локациями | Если ключ не задан - то путь перформера начинается на первом заказе. |\n| shifts.finish_location_key | Ключ финальной локации | Если ключ не задан - то путь перформера завершается на последнем заказе. |\n| shifts.max_locations | Ограничение количества уникальных локаций в одном рейсе, включая локации старта и финиша | Если параметр не указан или указан как `null` - то количество локаций не ограничено. |\n| shifts.max_stops | Ограничение количества остановок в одном рейсе, включая локации старта и финиша | Если параметр не указан или указан как `null` - то количество остановок не ограничено. |\n| shifts.attributes.{key} | Атрибуты. Используются для указания служебной информации | `{key}` - ключ атрибута. Можно заводить несколько. Эти данные не учитываются в планировании. |\n| shifts.availability_time.from | Начало временного окна смены | В которое исполнитель может выполнять работу на локациях и осуществлять перемещение между локациями. |\n| shifts.availability_time.to | Окончание временного окна смены | В которое исполнитель может выполнять работу на локациях и осуществлять перемещение между локациями. |\n| shifts.working_time.from | Начало рабочего временного окна | В которые исполнитель может выполнять работу на локациях, должно быть внутри временного окна смены. |\n| shifts.working_time.to | Окончание рабочего временного окна | В которые исполнитель может выполнять работу на локациях, должно быть внутри временного окна смены. |\n| shifts.tariff
.cost_per_shift | Цена за использование смены, денежная единица | По умолчанию: `0.001` |\n| shifts.tariff
.max_penalty_cost | Максимальная сумма штрафов, которую может получить исполнитель в рамках данной смены, денежная единица. | Если сумма не задана или равна `null` - исполнитель не может нарушать ограничения. |\n| shifts.tariff
.constraints.stage_length | Длина оплачиваемого периода, временной промежуток | По умолчанию: `525960` |\n| shifts.tariff
.constraints.cost_per_unit | Стоимость внутри оплачиваемого периода, денежная единица за секунду работы | По умолчанию: `0.001` |\n| shifts.work_and_rest_rules
.first_break
.max_work_duration_sum | Суммарное время работы, после которого необходимо сделать перерыв | |\n| shifts.work_and_rest_rules
.first_break
.duration | Продолжительность перерыва | |\n| compatibilities
.performer_features | Список свойств исполнителя | Используется для проверки совместимости исполнителя с заказами и транспортом. |\n| compatibilities
.transport_restrictions | Список необходимых требований к транспорту | Используется для проверки совместимости исполнителя с транспортом. |\n| limits.max_work_shifts | Ограничение на рабочую загрузку исполнителя | Ограничение количества смен исполнителя в одном планировании. |\n| attributes.{key} | Атрибуты, используются для указания служебной информации | `{key}` - ключ атрибута. Можно заводить несколько. Эти данные не учитываются в планировании. |\n\nОписываемый объект:\n\n\n## Транспорт\n\nНазвание листа `transports`.\n\nСписок доступного транспорта.\n\n| Название | Описание | Примечание |\n|---------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **key** | Ключ транспорта уникальный идентификатор | |\n| transport_type | Тип транспорта | Если не указан, по умолчанию, проставляется `CAR` |\n| **boxes.key** | Список отсеков транспорта, которые могут вмещать груз | Обязательно,если в задаче присутствуют заказы с демандами `PICKUP` и `DROP` |\n| **shifts.key** | Ключ смены, уникальный идентификатор | |\n| shifts.start_location_key | Ключ начальной локации. | Если ключ не задан - то путь транспорта начинается на первом заказе |\n| shifts.finish_location_key | Ключ финальной локации | Если ключ не задан - то путь транспорта завершается на последнем заказе |\n| shifts.attributes.{key} | Атрибуты. Используются для указания служебной информации | `{key}` - ключ атрибута. Можно заводить несколько. Эти данные не учитываются в планировании |\n| shifts.availability_time.from | Начало временного окна смены | В которое транспорт может осуществлять перемещение между локациями и использоваться исполнителем в работах на локациях |\n| shifts.availability_time.to | Окончание временного окна смены | В которое транспорт может осуществлять перемещение между локациями и использоваться исполнителем в работах на локациях |\n| shifts.working_time.from | Начало рабочего временного окна | В которые транспорт может использоваться исполнителем в работах на локациях, должно быть внутри временного окна смены |\n| shifts.working_time.to | Окончание рабочего временного окна | В которые транспорт может использоваться исполнителем в работах на локациях, должно быть внутри временного окна смены |\n| shifts.tariff
.cost_per_shift | Цена за использование смены, денежная единица | По умолчанию: `0.001` |\n| shifts.tariff
.max_penalty_cost | Максимальная сумма штрафов | По умолчанию: `0`. Которую может получить транспорт в рамках данной смены, денежная единица. Если сумма не задана или равна null - транспорт не может нарушать ограничения. |\n| shifts.tariff
.constraints.stage_length | Длина оплачиваемой части пути, в метрах | По умолчанию: `100000000` |\n| shifts.tariff
.constraints.cost_per_unit | Стоимость внутри оплачиваемой части пути | Денежная единица за один метр. По умолчанию: `0.001` |\n| shifts.tariff
.transportation_cost.mass | Стоимость перемещения 1 единицы массы груза на 1 метр | В условных денежных единицах |\n| shifts.tariff
.transportation_cost.volume | Стоимость перемещения 1 единицы объема груза на 1 метр | В условных денежных единицах |\n| shifts.tariff
.transportation_cost.capacity_a | Стоимость перемещения 1 единицы доп.параметра A груза на 1 метр | В условных денежных единицах |\n| shifts.tariff
.transportation_cost.capacity_b | Стоимость перемещения 1 единицы доп.параметра B груза на 1 метр | В условных денежных единицах |\n| shifts.tariff
.transportation_cost.capacity_c | Стоимость перемещения 1 единицы доп.параметра C груза на 1 метр | В условных денежных единицах |\n| compatibilities
.transport_features | Список свойств транспорта | Используется для проверки совместимости транспорта с локациями и исполнителями |\n| compatibilities
.performer_restrictions | Список требований транспорта к исполнителю | Используется для проверки совместимости с исполнителем |\n| limits.max_boxes | Ограничение максимального количества используемых отсеков транспорта в одном рейсе | Если параметр не указан или указан как `null` - то количество отсеков не ограничено. Ограничение не должно превышать количество отсеков |\n| limits.max_capacity.mass | Параметр дополнительно ограничивает максимально возможную загрузку транспорта по массе суммарно по всем отсекам | Масса в килограммах, применимо только если у транспорта больше одного отсека, параметр не должен быть меньше вместимости любого отсека. |\n| limits.max_capacity.volume | Параметр дополнительно ограничивает максимально возможную загрузку транспорта по объему суммарно по всем отсекам | Объем в кубических метрах, применимо только если у транспорта больше одного отсека, параметр не должен быть меньше вместимости любого отсека. |\n| limits.max_capacity.capacity_a | Параметр дополнительно ограничивает максимально возможную загрузку транспорта по доп.параметру A суммарно по всем отсекам | Дополнительный параметр вместимости (A) для измерения грузов и отсеков в альтернативных единицах измерения. Например, для учета грузов в штуках (у груза данный параметр равен единице, у отсека - максимальному количеству вмещаемых грузов) |\n| limits.max_capacity.capacity_b | Параметр дополнительно ограничивает максимально возможную загрузку транспорта по доп.параметру B суммарно по всем отсекам | Дополнительный параметр вместимости (B) для измерения грузов и отсеков в альтернативных единицах измерения. |\n| limits.max_capacity.capacity_c | Параметр дополнительно ограничивает максимально возможную загрузку транспорта по доп.параметру C суммарно по всем отсекам | Дополнительный параметр вместимости (C) для измерения грузов и отсеков в альтернативных единицах измерения. |\n| attributes.{key} | Атрибуты, используются для указания служебной информации | `{key}` - ключ атрибута. Можно заводить несколько. Эти данные не учитываются в планировании. |\n\n\nОписываемый объект:\n\n\n## Кузова\n\nНазвание листа `transports.boxes`.\n\nСписок отсеков транспорта, которые могут вмещать груз.\nТаблица обязательна, если в расчете есть заказы с заявками типов `PICKUP` и `DROP`.\nВ описании отсеков обязательны те поля, которые описывают грузы.\n\n| Название | Описание | Примечание |\n|-----------------------------------------------|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **key** | Ключ отсека | Уникальный идентификатор, используется для идентификации размещения грузов по отсекам. |\n| capacity.mass | Масса, кг | Ограничение по массе, которое может единовременно находиться в отсеке |\n| capacity.volume | Объем, м3 | Ограничение по объему, которое может единовременно находиться в отсеке |\n| capacity.capacity_a | Дополнительный параметр вместимости (A) | Для измерения грузов и отсеков в альтернативных единицах измерения. Например, для учета грузов в штуках (у груза данный параметр равен единице, у отсека - максимальному количеству вмещаемых грузов) |\n| capacity.capacity_b | Дополнительный параметр вместимости (B) | Для измерения грузов и отсеков в альтернативных единицах измерения. |\n| capacity.capacity_c | Дополнительный параметр вместимости (C) | Для измерения грузов и отсеков в альтернативных единицах измерения. |\n| compatibilities
.width | Ширина в метрах | |\n| compatibilities
.height | Высота в метрах | |\n| compatibilities
.length | Длина в метрах | |\n| compatibilities
.box_features | Список свойств отсека | По оценивается возможность перевозки груза в данном отсеке |\n| limits
.max_one_cargo_capacity.mass | Масса в килограммах | Ограничение по полям `capacity` для одного груза |\n| limits
.max_one_cargo_capacity.volume | Объем в кубических метрах | Ограничение по полям `capacity` для одного груза |\n| limits
.max_one_cargo_capacity.capacity_a | Дополнительный параметр вместимости (A) | Ограничение по полям `capacity` для одного груза |\n| limits
.max_one_cargo_capacity.capacity_b | Дополнительный параметр вместимости (B) | Ограничение по полям `capacity` для одного груза |\n| limits
.max_one_cargo_capacity.capacity_c | Дополнительный параметр вместимости (C) | Ограничение по полям `capacity` для одного груза |\n\nОписываемый объект:\n\n\n## Заказы\n\nНазвание листа `orders`.\n\nСписок заказов.\n\n| Название | Описание | Примечание |\n|----------------------------------------------------|---------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| **key** | Ключ заказа | Повторяющийся ключ заказа означает заявки одного заказа |\n| **cargos.key** | Список грузов | Может содержать один груз для `DROP`, список для `PICKUP`, пустой для `WORK`. |\n| **demands.key** | Ключ заявки, уникальный идентификатор | |\n| demands.demand_type | Тип заявки | Загрузка - `PICKUP`, выгрузка - `DROP`, работа на локации - `WORK`. |\n| demands.target_cargos | Список ключей грузов | Для `PICKUP`, один ключ груза для `DROP`, пустой ключ для `WORK` |\n| demands.precedence_in_trip | Приоритет внутри рейса | 0 - приоритет не учитывается. По умолчанию: `0`. |\n| demands.precedence_in_order | Приоритет внутри заказа | 0 - приоритет не учитывается. По умолчанию: `0`. |\n| demands
.possible_events.key | Ключ события, уникальный идентификатор | Описание объекта временного окна и локаций, в котором возможно выполнение заявки |\n| demands
.possible_events.location_key | Ключ локации, в которой возможно данное событие | |\n| demands
.possible_events.duration | Время выполнения события | |\n| demands
.possible_events.reward | Вознаграждение за выполнение данного события | |\n| demands
.possible_events.hard_time_window.from | Начало жесткого временного окна | |\n| demands
.possible_events.hard_time_window.to | Конец жесткого временного окна | |\n| demands
.possible_events.soft_time_window.from | Начало мягкого временного окна | |\n| demands
.possible_events.soft_time_window.to | Конец мягкого временного окна | |\n| demands
.attributes.{key} | Атрибуты. Используются для указания служебной информации | `{key}` - ключ атрибута. Можно заводить несколько. Эти данные не учитываются в планировании. |\n| compatibilities
.order_features | Список свойств заказа | |\n| compatibilities
.order_restrictions | Список требований к заказу, выполняемому в этом же рейсе | |\n| compatibilities
.performer_restrictions | Список необходимых требований к исполнителю | Используется для проверки совместимости исполнителя и заказа (работы). |\n| compatibilities
.performer_blacklist | Список требований, наличие которых у исполнителя не допустимо | Используется для проверки совместимости исполнителя и заказа (работы). Данный список не должен пересекаться с `performer_restrictions` |\n| attributes.{key} | Атрибуты, используются для указания служебной информации | `{key}` - ключ атрибута. Можно заводить несколько. Эти данные не учитываются в планировании. |\n\nОписываемый объект:\n\n\n## Грузы\n\nНазвание листа `orders.cargos`.\n\nСписок грузов. Может содержать один груз для `DROP`, список для `PICKUP`, пустой для `WORK`.\nТаблица не обязательна, если все заявки имеют тип `WORK`.\n\n| Название | Описание | Примечание |\n|-----------------------------------------|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **key** | Ключ груза, уникальный идентификатор | |\n| capacity.mass | Масса в килограммах | |\n| capacity.volume | Объем в кубических метрах | |\n| capacity.capacity_a | Дополнительный параметр вместимости (A) | Для измерения грузов и отсеков в альтернативных единицах измерения. Например, для учета грузов в штуках (у груза данный параметр равен единице, у отсека - максимальному количеству вмещаемых грузов). |\n| capacity.capacity_b | Дополнительный параметр вместимости (B) | |\n| capacity.capacity_c | Дополнительный параметр вместимости (C) | |\n| compatibilities
.width | Ширина в метрах | Используется для проверки вместимости в отсек транспорта по ширине. |\n| compatibilities
.height | Высота в метрах | Используется для проверки вместимости в отсек транспорта по высоте |\n| compatibilities
.length | Длина в метрах | Используется для проверки вместимости в отсек транспорта по длине |\n| compatibilities
.rotation | Список способностей объекта вращаться | Шаг вращения 90 градусов. Если список пустой - объект вращать запрещено. Доступные значения: `ALL`, `YAW`, `PITCH`, `ROLL` |\n| compatibilities
.box_restrictions | Список требования к отсеку транспорта | |\n| compatibilities
.cargo_features | Список свойств груза | Используется для проверки совместимости груза с другими грузами. Несовместимые грузы не могу находится одновременно в одном отсеке транспорта |\n| compatibilities
.cargo_restrictions | Список необходимых требований к грузу | Используется для проверки совместимости груза с другими грузами. Несовместимые грузы не могу находится одновременно в одном отсеке транспорта |\n\nОписываемый объект:\n\n\n## Назначения\n\nНазвание листа `hardlinks`.\n\nСписок назначений.\n\nОписываемый объект:\n\n\n## Рейсы\n\nНазвание листа `trips`.\n\nСписок рейсов.\n\nОписываемый объект:\n\n\n## Факты\n\nНазвание листа `facts`.\n\nСписок фактов.\n\nОписываемый объект:\n\n\n## Настройки планирования\n\nНазвание листа `plan_settings`.\n\nНастройки планирования.\n\nОписываемый объект:\n\n\n## Настройки актуализации\n\nНазвание листа `actualize_settings`.\n\nНастройки актуализации.\n\nОписываемый объект:\n\n\n## Настройки перепланирования\n\nНазвание листа `replan_settings`.\n\nНастройки перепланирования.\n\nОписываемый объект:\n\n\n\n\nContact Support:\n Name: Veeroute Support Team\n Email: servicedesk@veeroute.com", "type": "text/plain" } } }