{ "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