{ "item": [ { "name": "Plan", "description": "Planning - creating trips from orders, performers and transport.\n\nPlanning requests can be executed in synchronous and asynchronous mode.\n", "item": [ { "id": "2945a9f2-d1e6-4ab0-b25e-4842fe8900e1", "name": "Planning (SYNC)", "request": { "name": "Planning (SYNC)", "description": { "content": "Sync method for trip planning.\nUse only for testing and manual plannings.\nFor production use [async method](#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": "b5340686-9a46-4b87-b33f-a4822078e66a", "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": "9a2cf48c-5a1b-4e9d-ae70-43ac417ecbca", "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": "ce1a6349-2c1f-4a13-97e0-74b1fffe19b2", "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": "9c648823-ee47-4b08-9883-2cfee3bb2bfe", "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": "192ca705-0371-4801-ba47-bb0b3428ccde", "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": "6ce154b7-be60-4655-955c-e851783b142f", "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": "69fb0d2a-dd31-4cd0-aad8-0a438fffbdba", "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": "ba98e307-c653-48f3-bb3b-38ac55649344", "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": "4c487c4d-d534-412e-9593-0b2d5df5dc96", "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": "88636544-8929-4c6f-8601-439aea201566", "name": "Method not allowed, check method (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": "1ee0558c-ba29-4c96-ac5c-0a20eaba4c8d", "name": "Client is unable to process a format of response, check headers\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": "aa6e4b1f-acf9-4988-bacf-d417124d7a65", "name": "Unsupported media type, check headers\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": "baf879f3-7836-4492-8e8a-ef854c83a5f2", "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": "a6089c03-2297-4d5d-a567-a6a5f0ad9c38", "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": "4025d96d-9b60-4d39-8f53-b42026eee70a", "name": "Not implemented", "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": "00c3a79a-080e-475c-ba1a-5dee3439c052", "name": "Bad gateway", "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": "fc183426-77f0-4d7a-b8d6-4f004bec0e13", "name": "Service unavailable", "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": "bcc69308-e11b-4fb9-8c8c-2ba363d63aa8", "name": "Gateway timeout", "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": "7dd003fc-0564-4122-9369-9be8b1cd9004", "name": "Service unavailable", "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": "db2cc0fc-a43b-4eba-a53a-7198bd1cbd9c", "name": "Planning (ASYNC)", "request": { "name": "Planning (ASYNC)", "description": { "content": "Trip planning.\nThe result can be obtained using the [result](#operation/read_plan_result) method, removing - with [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": "754c0d30-00a5-43d4-85de-6f402f020991", "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": "c628422e-cd1f-4b9d-9c36-d993b00d8ce1", "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": "f0d91799-0759-4a74-93bc-db5657ef3b8e", "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": "8cb62adb-7d96-406e-94a8-b6f7a2a6ed98", "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": "35644a39-a450-4f8a-97b9-bb6ac0fa1e6b", "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": "4c6858df-1e85-4c02-872a-cb720a8c3c46", "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": "b9b358af-6433-43a9-830b-57da568843c3", "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": "246b66de-ea6b-49d6-b42f-3cdd3423bc3d", "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": "6e9e9db6-f2a7-4741-9d8f-a36e856bc906", "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": "115a4a6d-2020-4829-b36d-edb87134cb88", "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": "69a1fbea-4eec-4a69-9250-4b5e246a3d24", "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": "ed5b8d69-5cca-49ae-850e-179d226b9e74", "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": "4a76d6c0-6a86-4139-8df7-a34f2a26fe1b", "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": "cf75051a-7f65-4424-8389-d337818fc660", "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": "f2da4de1-03a3-4382-a32b-3bf5058d4d3d", "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": "5adf344a-4dee-4946-9eb4-489703892be9", "name": "Method not allowed, check method (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": "6ef3854b-ef89-46a3-a757-d601cfe163dc", "name": "Client is unable to process a format of response, check headers\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": "09925cef-c448-4912-9c67-ba8b8e185c9e", "name": "Unsupported media type, check headers\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": "2e05e446-bf94-4b9d-afcd-a741a9f0914c", "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": "e5f49e8a-6349-4bb0-a02c-b7c9d643a85a", "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": "c1a465c2-ed9f-4920-80f9-bef6467da13d", "name": "Not implemented", "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": "59bb088b-0062-48f8-abb3-eef8475c40c7", "name": "Bad gateway", "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": "39572eb4-8353-401c-9237-8bf9309fe3a1", "name": "Service unavailable", "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": "abd4d31f-1c52-491c-938a-e9656020e476", "name": "Gateway timeout", "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": "b7c61708-5dfc-4919-a46b-eb57f93df3e7", "name": "Service unavailable", "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": "39acb803-b1d7-4cac-bebd-120e9fc13a43", "name": "Calculation state", "request": { "name": "Calculation state", "description": { "content": "Read calculation state by the calculation identifier.", "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) Calculation identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6db014ce-d899-47c3-9549-6cd499e79414", "name": "Successful execution", "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": "51107169-161a-440c-a8b5-471ea48e8a4d", "name": "Bad request - data contain errors", "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": "a27a9d5c-ea85-4ad1-b644-9f8359bdd843", "name": "Unauthorized - token missing or invalid\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": "2485181b-33ea-4a55-8bf7-5fbb273cacea", "name": "Payment Required", "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": "8142c701-c722-48f9-8e7f-2e19702a9831", "name": "Not found", "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": "d5af15a1-1664-44b4-8856-1832cb3c233e", "name": "Method not allowed, check method (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": "094fa1fb-26b9-42d1-8a45-0964fca2e6d5", "name": "Client is unable to process a format of response, check headers\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": "709a9451-2038-4ce8-bbe4-4c15a5b4b3bc", "name": "Unsupported media type, check headers\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": "23cd7c46-b6a5-4c98-a78d-0a1e4bfa1277", "name": "Too many requests", "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": "faa26ab3-1be8-45ab-abd4-f53ee49e592b", "name": "Internal server error", "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": "7ea68877-bc49-42fb-b339-a30e5d649a33", "name": "Not implemented", "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": "03b51fe2-19f8-46b7-be1b-d097b8369af7", "name": "Bad gateway", "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": "3a4ec439-5e45-4ac1-b411-cacfdd72d52d", "name": "Service unavailable", "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": "883888c0-2c62-4168-8cbf-6e74e3619f3b", "name": "Gateway timeout", "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": "f0d43503-4c72-49f8-98ae-eff93ba2f65c", "name": "Service unavailable", "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": "2f43cb6f-ed1e-4dba-a0e6-311aa1d34d7b", "name": "Cancel calculation", "request": { "name": "Cancel calculation", "description": { "content": "Cancel calculation by the calculation identifier.", "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) Calculation identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "8a624197-4089-4c58-b975-fd18866668de", "name": "Successful execution - calculation has been canceled", "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": "3dbf96d4-a602-4dd0-bff7-8045464df73d", "name": "Bad request - data contain errors", "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": "a966795a-bc75-4469-b410-8be3af210b11", "name": "Unauthorized - token missing or invalid\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": "7ddce2a1-862c-4b85-8d48-6823dfcd8485", "name": "Payment Required", "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": "d7da5d41-0d06-4336-abe3-86affff94846", "name": "Not found", "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": "69a6b8fe-e0ec-4f69-9d57-2b71dccb883f", "name": "Method not allowed, check method (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": "0656ab50-b49f-41c2-a57a-b650f233521c", "name": "Client is unable to process a format of response, check headers\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": "cc7ef16f-5b64-4b4b-8fe7-302bd708abaf", "name": "Unsupported media type, check headers\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": "c39d85f5-786b-4a7b-8863-971530e290fb", "name": "Too many requests", "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": "5abfa44d-5d79-44e0-a87b-89e56bf076e9", "name": "Internal server error", "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": "1384c630-7d32-4db0-85d7-bc57053e48be", "name": "Not implemented", "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": "6117ccf0-8e96-4c1e-8d2b-b90d17a3eb86", "name": "Bad gateway", "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": "85ddbc90-6826-4c5d-b45c-40f8efd7efb3", "name": "Service unavailable", "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": "95020ff9-b804-41cb-854c-68a93c19f5cc", "name": "Gateway timeout", "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": "02a3c076-c6af-4c27-9b6f-043f588ee566", "name": "Service unavailable", "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": "8b3f6ebf-9f33-4c47-922c-fbbce39d624b", "name": "Getting the result", "request": { "name": "Getting the result", "description": { "content": "Getting the planning result based on the calculation identifier.", "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) Calculation identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "944cd020-b083-4d01-8cc4-4530395c8e5e", "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": "7b0eafae-38f1-40ab-9c24-8879b5a59dd3", "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": "b69e1bb0-42ac-49d1-a7dd-9e6594655404", "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": "ba0438f9-3107-4b7e-a35b-de7464e7ffe1", "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": "f0b2c0bb-880d-403f-9068-7dbef04883f2", "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": "37332ff0-ec45-449c-89ea-c799fb617c9f", "name": "Planning is in progress.", "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": "f3cbf1bf-a584-4712-9b39-03e96faa2d6a", "name": "Bad request - data contain errors", "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": "f3a0dc9b-6bfd-493b-9e28-f097d5972f93", "name": "Unauthorized - token missing or invalid\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": "23ab30e4-0d25-402b-bb71-4d8bdf091d54", "name": "Payment Required", "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": "907d57e3-74dc-4024-8af4-4dc31cd9bf24", "name": "Not found", "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": "3d1332bf-95a7-49a4-98f5-dcb2e9d91ead", "name": "Method not allowed, check method (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": "2f130733-d1f6-4d3c-8b73-7f1af55da99f", "name": "Client is unable to process a format of response, check headers\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": "94456c2e-51e7-485d-958b-f94205581efa", "name": "Unsupported media type, check headers\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": "5eeb30d6-b741-455d-8551-3d7e820b5153", "name": "Too many requests", "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": "0e2e6ded-1f00-4fd6-92d0-bd79e1f74175", "name": "Internal server error", "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": "15d2154b-3c53-4381-8382-391a0b388a11", "name": "Not implemented", "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": "e75f679f-9a18-410e-85ca-f5cf3cca7d6d", "name": "Bad gateway", "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": "ebc0add7-caf3-4546-afa0-20ee9d354e11", "name": "Service unavailable", "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": "933e24d7-9408-465b-a798-f8c4ed29239a", "name": "Gateway timeout", "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": "bbdd26ac-adad-404f-9daf-11e57b274736", "name": "Service unavailable", "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": "911440bf-0e60-40f5-b604-4127ea1756f5", "name": "Result removal", "request": { "name": "Result removal", "description": { "content": "Removal of the planning result by the calculation identifier.", "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) Calculation identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "1274ddec-d348-425d-afb8-b137abd04d40", "name": "Successful execution - planning has been deleted.", "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": "3bda3287-7a97-4df3-b897-49caf24f563c", "name": "Bad request - data contain errors", "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": "c1ac007a-4d41-415a-921f-f3b37c4e0e7d", "name": "Unauthorized - token missing or invalid\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": "c3db5fc8-2046-4a93-b3b6-d125dea04421", "name": "Payment Required", "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": "ab0d47eb-c51b-4cc3-863a-568300589106", "name": "Not found", "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": "0a93c91d-e8d0-4749-a6cd-17f5d4066fa1", "name": "Method not allowed, check method (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": "9a92c132-77fc-46b3-a8d3-be907eefc180", "name": "Client is unable to process a format of response, check headers\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": "18403997-ec13-43f4-be48-cc92c3e903bd", "name": "Unsupported media type, check headers\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": "6ee5dd0f-4af5-4c79-9bf6-821bfb1036e8", "name": "Too many requests", "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": "95f5b6b1-d545-4fc9-acda-533c8fb04efe", "name": "Internal server error", "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": "61941a85-57e7-48f4-866c-e2530666a11f", "name": "Not implemented", "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": "302a68e5-e180-49f3-936d-d3086e6bfa72", "name": "Bad gateway", "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": "652b3035-a31c-4a81-9bfe-ccfc01fbf919", "name": "Service unavailable", "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": "b10f448e-b0f0-40e9-b10d-24c0cadb2afb", "name": "Gateway timeout", "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": "c279607c-b5da-4083-be39-397e4a64086a", "name": "Service unavailable", "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": "4af054fa-af3a-4d29-9e5f-8629d2122aa9", "name": "Data validation", "request": { "name": "Data validation", "description": { "content": "Check data before using.", "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": "bcf02d88-25eb-4501-ad29-a42440a30069", "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": "6a445919-d79e-4ebf-be44-0a3dc603d775", "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": "78111395-e406-48d2-ab99-b32a1439c613", "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": "c3adde97-2454-4b16-aac5-af8a003acb9a", "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": "5c4fe9c2-479e-4f7f-90d6-4c5565fd35ab", "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": "744947aa-6541-4bfd-aed1-7ea21cd15a8a", "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": "500acb1e-73c9-454b-80b6-438332c8114c", "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": "ae9ebddb-575b-4216-9a7c-276459b0ee5f", "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": "c9215c3d-2d19-4e5a-b99d-0515d3eebfb2", "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": "fe4b895e-72b6-4db8-af50-89e78ee14b40", "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": "8f302a7c-4f76-435d-8294-cce995ee9b5f", "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": "133da4fc-def9-42b7-b930-1ba42845f557", "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": "e3f35ca8-9213-4a85-8384-7ef9cb45b0a8", "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": "b18e4f9a-dbaa-4c18-ad67-0b9de1aa7538", "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": "45b1ae6f-22ef-4a00-83cd-30adda5be6d7", "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": "540aa8ad-652a-471d-b251-ac48296a4555", "name": "Method not allowed, check method (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": "798c0956-12be-43c9-b237-deebcbf32fb9", "name": "Client is unable to process a format of response, check headers\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": "ddcb9397-7f2c-4382-9fe2-917950e511d2", "name": "Unsupported media type, check headers\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": "cf22f477-5ea4-4bdc-a6d5-bee201d864de", "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": "418fd897-0faa-4d6f-aec4-e015133a2041", "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": "60caee79-b07e-4f2c-85b2-6f754ec857d7", "name": "Not implemented", "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": "c6baea8b-d8b3-4d05-966a-fde2198365cd", "name": "Bad gateway", "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": "760a001f-d582-4f48-b4d1-f66b7d0aa99c", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c4f59212-7cb0-45f0-99b8-471125c38fb0", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "05baab9b-48aa-41b5-81f6-02074141b0b7", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "plan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\"\n },\n \"geo_settings\": {\n \"toll_roads\": true,\n \"traffic_jams\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Actualize", "description": "Trips actualization - updating the planned ETA, taking into account the facts and without changing the order of the roundabout.\n\nActualization takes place in three stages - verification, application of facts, updating times for failed trip states.\n\nUse [data cleaning](#operation/run_actualize_refining) to get the result of applying facts to the original task.\n\nAccounting for the current time `current_time`:\n\n* Only facts that happened later than `current_time` are taken into account.\n* The minimum time of all states of computed trips is taken from `current_time`.\n\nAccounting facts about the order:\n\n* If the order has completed all applications - it is considered completed.\n* If the order is completed or canceled - it, and the entities to which only it refers, are removed from the data for actualization.\n* If an order has a `PICKUP` demand, then the corresponding `DROP` demand will be converted into a `DROP_FROM_BOX` demand.\n* The fact about the order has a higher priority than the facts about the demands for this order (if the facts about the demands contradict the fact about the order, they will not be taken into account).\n* Only one unclosed fact `DEMAND_START` is allowed per trip (closed by the fact `DEMAND_DONE`) - since the performer can only fulfill one request at a time.\n* If there is a fact about the work on the application, which contradicts the planned order in the specified trip, this application will be completed first, then the trip will continue according to the planned order.\n\nAccounting facts about the performer:\n\n* List of facts about the location of the performer in a particular location.\n* If the trip has started (the time of the fact is later than the scheduled start time of the trip) - the transport is considered to be in the same location as the performer.\n* If there are several facts, only the latest one in the `time` field is taken into account.\n* The location referenced by the fact must be in the `locations` list.\n\nAccounting for existing trips:\n\n* Entities that are not referenced by input trips are removed - locations, performers, transport, hard links, orders, requests, events.\n* Changes of the performer and transport assigned to the trip cannot be used on other trips.\n\nThe trips received as a result of updating contain only those works that remain to be completed.\n", "item": [ { "id": "a3924eca-268c-48ff-b963-84b471454019", "name": "Actualization (SYNC)", "request": { "name": "Actualization (SYNC)", "description": { "content": "Trips actualization.", "type": "text/plain" }, "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "69777015-1b82-4f7c-b8a8-450b11d04b00", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"trips\": [],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"trip01\",\n \"statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_transfer_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ]\n },\n \"progress\": 52,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT0S\",\n \"business_validation_time\": \"PT0S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"calculation_time\": \"PT0S\"\n },\n \"unplanned_items\": {\n \"order_keys\": [\n \"key_01\"\n ],\n \"order_keys_count\": 99,\n \"performer_keys\": [\n \"key_01\"\n ],\n \"performer_keys_count\": 99,\n \"transport_keys\": [\n \"key_01\"\n ],\n \"transport_keys_count\": 99,\n \"hardlink_keys\": [\n \"key_01\"\n ],\n \"hardlink_keys_count\": 99\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cf64873b-c410-43a8-b20c-5df6c8b37e27", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c69d77a5-979c-440b-8e84-6ab7fdf588cb", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5d96a103-0e5a-4585-afc3-bcf44dac5170", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a3d877e6-6a02-4d40-9af2-ee7408e0adc4", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6d21534d-5884-4428-b278-91b585412867", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "94cca080-5e3b-4c82-8598-6d97c68a59fe", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "270b88c6-a370-447b-b7e5-7cb36f4f09c6", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0f70be9e-b8bc-47fc-88c1-9eee894ab993", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0aadc9aa-f040-4687-ae11-440dc6ee3bf9", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7c2f53a6-60d7-49e5-bda6-5b5314d97c4f", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b6986f5d-98c5-4c6e-9fbe-d9bc0e91f417", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a21692ac-3c5e-41e4-adcd-fd22592ac6fe", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b48d27dd-698e-4cbe-b5a3-d7056124c8a7", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6f8a516b-c026-4cd4-98e8-230a18788c41", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "actualize", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "8750fbca-8687-4728-8c71-cde2b4006c40", "name": "Data validation", "request": { "name": "Data validation", "description": { "content": "Check data before using.", "type": "text/plain" }, "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "b77e1eff-86c6-4e8f-aa65-5517d7edc37e", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"87d0c1a7-375b-412e-9ab8-8f4be24d0456\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"warnings\": [\n {\n \"type\": \"NO_AVAILABLE_TRANSPORT\",\n \"entities\": [\n {\n \"entity_key\": \"ord0001\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "127a44c4-ecf2-4296-a870-8698be54058f", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a79b612f-cba7-43e5-a991-51b5af79e6ac", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4cb74d94-fb5b-4205-b6a9-a6efbdae45e3", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e2e11948-31f2-4be8-bb0d-2163b6033002", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8d2ed869-1416-43f2-92e7-8481f643fc27", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "aa0e339c-d7ae-4edd-bbd5-4bd47eb60136", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ab1c3757-2171-4642-87b3-f61c679c3424", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7bf089cf-e4ba-494b-a65f-cb2f3a58dc56", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "25b1ea95-6fa3-4046-a502-5afb228a3eee", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "266ecef2-7bd0-40df-a31a-f758a0577080", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d1cdfba0-5de2-4fb4-a234-f0f6b409534a", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "26692312-46d9-4106-8323-aeaa871f1212", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fad4b22c-42b7-4d1f-b22f-9257380f1412", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2fe8f5e2-f56e-4e4d-b17c-c1428b9b9862", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "actualize", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "70b2e85a-3f93-4883-be7f-0eb961642d5e", "name": "Data refine", "request": { "name": "Data refine", "description": { "content": "Refine data before using.", "type": "text/plain" }, "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "c5a9ffa6-1130-4c58-9497-8fe7d9c0783f", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ae3b3104-b4fb-4344-abd4-10f35564653e", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6a4021b9-495d-4c65-b3dd-075974c5cfee", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "59aed9f7-793b-4ddd-83f8-ec8fc8cc677d", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6bc6ea74-de64-48d7-8918-06dd34773950", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b3001fd3-acef-4985-851a-c66a1ff951f7", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e257dd10-e139-4b84-b086-9eb08fb6fd6d", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f7e5d2c1-b124-45ec-83e7-8fd97a9c07f8", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f95fba62-689f-49f8-ac6f-0402ad413aef", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ce586e12-6c86-44aa-afe2-c4591841c2d5", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1cc9e78a-ef41-416e-98a9-40ec495f711a", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f9198c88-5dcd-4a23-95ff-77746d023ab6", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "50f5b568-616b-4e09-baea-d27f05ac252e", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3d371d53-a7a9-4b11-bcb2-e8df42d27d01", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c3644eb8-f561-481f-a40d-4e26106933df", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "actualize", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Replan", "description": "Replanning - creation of new trips based on existing trips, taking into account the facts.\n\nReplanning takes place in three stages - checking, applying facts and creating restrictions for planning based on existing trips, planning.\n", "item": [ { "id": "19fd7a63-c833-4bd5-ad2c-5eecdcbae4c4", "name": "Replanning (SYNC)", "request": { "name": "Replanning (SYNC)", "description": { "content": "Trips replanning - changing existing and creating new trips based on the facts and data about orders, performers and transport.\n", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "ef6021ad-6a69-4d8a-9614-b48b91846d4f", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2415.263,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H15M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H50M5S\",\n \"distance\": 78117,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2415.2633333333333,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H15M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H50M5S\",\n \"distance\": 78117,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT31M26S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT41M26S\",\n \"distance\": 17108,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT20M52S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M52S\",\n \"distance\": 26991,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:30:52Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT22M47S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT37M47S\",\n \"distance\": 34018,\n \"time_window\": {\n \"from\": \"2024-02-08T05:30:52Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8c847ec3-60a9-4d3c-ac9c-97af862ac6a2", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d407dbd5-05e4-4854-9fd1-4c7683fc9150", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5e246bf1-f51d-4661-a6a9-0d9302093c16", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2ccfa975-62ee-44bd-8036-1ac0cc6737b7", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "614eda78-3dbc-4ddd-94d7-4605f1eb29cb", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3a72d97f-7fb1-4ca2-9c9f-964ab562c00d", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "be76afd7-fe0e-4767-b7a4-7e2b5bc1621c", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "88223719-14ea-433d-8382-60fab90af28b", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c2cded1d-5ec3-4e12-8244-d1dcd282940d", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "eef93771-2253-45f4-b97a-b9a21edd85af", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6bc8726e-1863-48ab-955e-d84cb83acfdf", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f6e9c182-c0bf-418c-b48b-6a3aa370330c", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "80a55e48-6192-45c8-bd43-839b1ae4134c", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d1fbfcf4-2b86-4650-85cd-923b80968b83", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "6bbcf675-ea1d-452f-a873-95d007e3dad0", "name": "Replanning (ASYNC)", "request": { "name": "Replanning (ASYNC)", "description": { "content": "Trip replanning - changing existing and creating new trips based on the facts and data about orders, performers and transport. The result can be obtained using the [result](#operation/read_replan_result) method, removing - with [delete](#operation/delete_replan_result).\n", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "0894744a-2665-4146-bdd3-23ef512033de", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"11111111-2222-3333-4444-555555555555\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5f3e7dab-eaf9-4ed7-8840-10e5a1eac6e7", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a57761b8-f457-43b7-9815-9a040cd7990e", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "21875b15-771d-4352-b5b8-13b4f5b3531f", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b1d9f75d-41d0-4067-bdd3-5ebaf384d5c5", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6e66be2f-df80-4fcb-bee0-787f41d4a540", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fb2541b5-9fb2-496a-afed-9aa827a849ec", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0d16b256-98ae-494c-996b-55a2dca8e655", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "46d4fb47-ae18-44fe-a753-3bfda2290d9c", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3b379890-8fc8-4ec8-88b2-b6a97bcb3270", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ecfe5323-421e-4790-94a3-c5b66ef6e748", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a49a43d5-ec06-4fe5-80a6-3d0fb2f41d5b", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7b31fee0-6eee-4384-8c5b-38b3456a263b", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e56d5281-9156-4e47-a7dc-47247fc1322f", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "59853520-3456-42ed-a4b0-6be64f52058a", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "17302e9e-3fb4-4c28-8a42-f61688116f07", "name": "Calculation state", "request": { "name": "Calculation state", "description": { "content": "Read calculation state by the calculation identifier.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Calculation identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8ba6ac40-fd86-45f6-bf5a-d8b59af83395", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"progress\": 52,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT0S\",\n \"business_validation_time\": \"PT0S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"calculation_time\": \"PT0S\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e1bb9cc2-b6e1-49da-b91e-196ad8b24fa2", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "57ef0e36-db08-4954-9223-a7d385b424f6", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6c8c89c5-3e4e-44d2-8b25-d8ec43360f94", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "879fb92a-26c2-4107-94b7-0934a77d2d13", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f64023c6-3cf6-4228-a263-034dee236cb6", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "02bef06c-a884-443e-a341-e41052e2ab63", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "397d9247-fc3b-4b7f-b9cb-e35b5d40df84", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "88209262-467a-4919-be0c-5ff9c77e74de", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3a2a4c45-2c8c-4b6e-9b47-cea4c09c0648", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "339aaa49-4a07-4c68-b80f-fb51727e91a0", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "77e8a827-469b-4248-a6c1-1f592c421680", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c4a29669-940a-4b18-9228-bf0599459d22", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ea7c70af-2899-49f4-b342-351cb153f286", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6ce5d555-8c1b-4f6f-8319-922c223e5722", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "737a0521-09b0-40a6-876e-cb19184b9db6", "name": "Cancel calculation", "request": { "name": "Cancel calculation", "description": { "content": "Cancel calculation by the calculation identifier.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Calculation identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "0e6d1786-1f89-4726-b76a-b1428798df74", "name": "Successful execution - calculation has been canceled", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "No Content", "code": 204, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6a32e4de-3874-44a0-a135-ccd852df5638", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "91286fbd-575f-473d-aa1f-6e8d5d06c381", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4a6df2d5-b5ac-48cc-be8a-60155de99f47", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8827941c-0adc-45e1-bd5a-c093318ddf00", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "137b3c19-5301-40fa-904b-f05350aa33b5", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3036588a-4bad-407b-8740-823cb93942e5", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "da6cf13e-3aa4-4647-8b22-eb0b608b3c5c", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d505d747-e31a-472e-b919-94680408645e", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "16b8caef-17c9-49c2-8ce5-842406a04c5f", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3ba3d364-59e2-48a1-a92a-d2b13c8181c6", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2c4206d8-da71-4f42-a432-d376be859aba", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7aec4b1d-ab98-465d-aacb-6291ebc859d9", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "313f7928-8566-4407-8dee-9006ca747ff4", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9cf349f8-ce6d-4281-850c-5197592c21e6", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "calculation_async", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "458a3bf2-cb2c-424a-a2f5-d90022e8bc97", "name": "Getting the result", "request": { "name": "Getting the result", "description": { "content": "Getting the replanning result based on the calculation identifier.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Calculation identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c261f862-91ed-4735-a65e-2d13de269681", "name": "Successful execution - replanning has been completed.", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"861c8e0a-2651-444e-b426-71cdccc31423\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 2415.263,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H15M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H50M5S\",\n \"distance\": 78117,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"performer_1_shift\",\n \"statistics\": {\n \"cost\": 2415.2633333333333,\n \"reward\": 3000.3,\n \"measurements\": {\n \"driving_time\": \"PT1H15M5S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H50M5S\",\n \"distance\": 78117,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"performers_count\": 1,\n \"trips_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"cargo_capacity_ratio\": {\n \"mass\": 0.01,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.006,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"demand_ids\": [\n \"demand_2_pickup\",\n \"demand_1_pickup\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n }\n },\n \"upload\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_2\",\n \"demand_ids\": [\n \"demand_2_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT31M26S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT41M26S\",\n \"distance\": 17108,\n \"time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:10:00Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_1\",\n \"demand_ids\": [\n \"demand_1_drop\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT20M52S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M52S\",\n \"distance\": 26991,\n \"time_window\": {\n \"from\": \"2024-02-08T05:10:00Z\",\n \"to\": \"2024-02-08T05:30:52Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n },\n {\n \"location_key\": \"location_client_3\",\n \"demand_ids\": [\n \"demand_3_work\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T04:38:34Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT22M47S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT37M47S\",\n \"distance\": 34018,\n \"time_window\": {\n \"from\": \"2024-02-08T05:30:52Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"upload\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"download\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"arrival_load\": {\n \"count\": 1,\n \"capacity\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"departure_load\": {\n \"count\": 0,\n \"capacity\": {\n \"mass\": 0,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n },\n \"max_transfer_load\": {\n \"count\": 2,\n \"capacity\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n }\n }\n }\n ]\n },\n \"progress\": 100,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 108,\n \"preparing_time\": \"PT1M10S\",\n \"business_validation_time\": \"PT1M10S\",\n \"math_validation_time\": \"PT1M10S\",\n \"waiting_time\": \"PT15S\",\n \"calculation_time\": \"PT1M10S\"\n },\n \"warnings\": [],\n \"unplanned_items\": {\n \"order_keys\": [],\n \"performer_keys\": [],\n \"transport_keys\": [],\n \"hardlink_keys\": []\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c2c451b3-2419-46e9-83c9-57812e5ea16d", "name": "Planning is in progress.", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Accepted", "code": 202, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"trips\": [],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"trip01\",\n \"statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_transfer_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ]\n },\n \"progress\": 52,\n \"info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT0S\",\n \"business_validation_time\": \"PT0S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"calculation_time\": \"PT0S\"\n },\n \"unplanned_items\": {\n \"order_keys\": [\n \"key_01\"\n ],\n \"order_keys_count\": 99,\n \"performer_keys\": [\n \"key_01\"\n ],\n \"performer_keys_count\": 99,\n \"transport_keys\": [\n \"key_01\"\n ],\n \"transport_keys_count\": 99,\n \"hardlink_keys\": [\n \"key_01\"\n ],\n \"hardlink_keys_count\": 99\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f468b417-b98c-464d-b142-032ec07bddbf", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9415dafe-a8c5-42b9-8dc8-864a38e7f91a", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b54ac6ad-3972-42df-b6e3-8a232e3dfcc1", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "890de6a3-41e7-419b-b904-6110f5b26754", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d4427f62-4426-48e0-a612-ed727c08a850", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3d40fe15-e5b7-4ed1-abae-1c82401e809e", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "bca9e7b1-28f7-4a20-9ae3-283c618e6694", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2e932bbd-6d3c-4631-9298-3cecbacdd85e", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7a53ebf2-4386-4004-9a51-c4223f2a81f2", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e04e1cb7-a4cf-4903-bb6e-685bb39662d1", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6f606ded-211c-487c-9c91-03fd9c16c689", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b0aa51a5-61cd-41ea-9fd6-220b99118d44", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9aa9fb94-550a-4d31-a7b3-5f660b0df89a", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5d2112fc-fd4e-4a93-a623-8ff00068d025", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a4f66ae0-7ea1-4102-98b8-ee6ac4fdf63b", "name": "Result removal", "request": { "name": "Result removal", "description": { "content": "Removal of the planning result by the calculation identifier.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "id", "disabled": false, "description": { "content": "(Required) Calculation identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "02707a5c-b04a-4547-9d42-862450cc6339", "name": "Successful execution - planning has been deleted", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "No Content", "code": 204, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "878d658b-4445-46a5-8e9b-793bb66de8d8", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7832b6c7-7f68-44e8-80e5-0b723f4a5cb4", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "13636af2-c806-496f-bb7b-2c04919e690b", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2a05d6af-fd8a-4654-8d55-558cc2993459", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a93f3a9c-8efe-468a-92e3-0f0d658e6e76", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b1105d49-60f8-44aa-ae5a-df1cbccda8ea", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3fc814bd-8169-411c-8379-d1d0331f871a", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "129276c7-b14a-4766-83da-256ef96fd091", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0b1ee061-49b7-406f-a380-ddd71f366e71", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a0733dde-de1f-423c-bfb6-3ed8c4fe9fbe", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8b5df441-14fa-46cf-9f83-e3a7786bcc43", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fd68ddf0-cde1-4955-b68c-271863011e3d", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c4b38c53-910f-4a3c-b18b-6d66ab1d5f15", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "611faf3d-a26d-4ed3-9977-ff666a0d7830", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "result", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "33b8b42b-15b8-438d-8fd7-d91b05032636", "name": "Data validation", "request": { "name": "Data validation", "description": { "content": "Check data before using.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "df651243-d3b9-4c75-a315-7632ddd68ff8", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"87d0c1a7-375b-412e-9ab8-8f4be24d0456\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2024-02-01T11:50:15.123Z\"\n },\n \"warnings\": [\n {\n \"type\": \"NO_AVAILABLE_TRANSPORT\",\n \"entities\": [\n {\n \"entity_key\": \"ord0001\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "82cb2a1f-e4f9-4f48-b17b-35e4dd26e030", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5f5bba25-aa8e-4494-a806-7421a46cfcf2", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7b4f8270-a55b-43be-9f01-404fbb21d93e", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1e5f2983-6747-4aca-af5a-975b6f03b71a", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "babf0ae2-3841-43e5-ba73-3f030118bf01", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e71cf7de-e576-4606-a37a-641f746ddebe", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7f15816f-2a11-49fd-aec4-d31f42efa5a7", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5ec1bede-6ef6-463b-8255-03837e4f8925", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "12195deb-10ab-49e4-9188-f7875426189b", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4d5548e3-4ad3-476b-b774-531eeeb69065", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e5ea06bd-7d6b-4fe4-8dd6-6f162990e709", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "55780e74-c527-405e-b264-b17520c56d12", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b4747d19-7ba6-43e2-b38c-114adf90bb54", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "73390cdd-c808-44e1-883e-25f1f50ace6e", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "bcd28eec-7188-4d73-af40-c152526eaca1", "name": "Data refine", "request": { "name": "Data refine", "description": { "content": "Refine data before using.", "type": "text/plain" }, "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "3547fa64-46ec-4285-811d-7e48cd02def1", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "290f7861-565c-4bd0-accd-a025149f53df", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a0e5a0bd-97d5-491c-b983-e143047ec725", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3e1ceac3-43b9-424c-bd6b-7e813672161a", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f24dcc34-4af4-43d5-8bf0-14bd14babd08", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0771153e-7578-4747-a501-2caacf642aec", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "57b1d16c-ae58-4c4e-a398-28ace2250e8a", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "963b480d-7bd1-46a2-8e1f-a4c9b71f0639", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b3004b09-2940-46e7-afdd-b8089ea7a684", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "074d56fb-36da-4531-881f-6f4edf84a1b3", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "45eaa885-f94b-4eea-aceb-33366c6e1385", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "45179be8-7f3c-4eca-b334-0b6b35da08b4", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e86268ef-4d28-4aaf-af36-880c8f06aa14", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b1595849-fbd9-4764-b4e8-7d03a58aeaa4", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "45ab98ab-a6b2-4091-a3d2-1c50b3686b5e", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "replan", "refining" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Convert", "description": "Data conversion.\n", "item": [ { "id": "dcc7bbd0-74d6-4399-ae07-2aedca570dcc", "name": "JSON >> XLSX", "request": { "name": "JSON >> XLSX", "description": { "content": "Used for conversion of input and output data to the [VRt.Universal XLSX](#section/Xlsx) format.", "type": "text/plain" }, "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/octet-stream" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "9c07f83c-9648-43f7-9be0-3b3a24fac239", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/octet-stream" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "body": "ut amet", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "30bf479f-cf2f-4f57-94dc-eb0b92ce70d9", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1e35eef9-b8e8-4b44-9c00-0aa18ae9414f", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1d5dff86-4e13-45e5-9020-8c6890dcc3be", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c7c31829-bb07-440d-9e22-9883bbeee221", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4315184e-ed9c-4d8e-818d-342e775d1c48", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5d63bee2-2542-4f02-9454-3779a4c647eb", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2008814c-b066-4099-bc96-ae04347d767d", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ea8fc24b-d648-433e-9306-8e45a22148ad", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "da7519f0-7bc6-4fae-9fa1-4f9304d32ece", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d88ecbdd-f01c-4dff-a913-0045462f50e9", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "bb36f9dc-14da-4263-a10f-bdfd8b098963", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "30ce8a5b-e198-421d-b3c9-7f02d1573f4d", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ac7a0d5f-a789-461b-b67d-bbcb60221a9a", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_xlsx" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "94dd63a8-230d-4658-941e-1e5df6522da8", "name": "XLSX >> JSON", "request": { "name": "XLSX >> JSON", "description": { "content": "Used for data conversion from the [VRt.Universal XLSX](#section/Xlsx) format to the VRt.Universal JSON format.\n", "type": "text/plain" }, "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" }, "auth": null }, "response": [ { "id": "0b78c003-6194-422c-9892-412bd6452075", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"locations\": [\n {\n \"key\": \"location01\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"arrival_duration\": \"PT0S\",\n \"departure_duration\": \"PT0S\",\n \"compatibilities\": {}\n }\n ],\n \"orders\": [\n {\n \"key\": \"order01\",\n \"demands\": [\n {\n \"key\": \"demand_1\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"event_1\",\n \"location_key\": \"location01\",\n \"hard_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"duration\": \"PT0S\",\n \"reward\": 199.9,\n \"soft_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n }\n ],\n \"target_cargos\": [\n \"cargo01\"\n ],\n \"precedence_in_trip\": 1,\n \"precedence_in_order\": 1\n }\n ],\n \"compatibilities\": {}\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer0001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"max_locations\": 15,\n \"max_stops\": 15,\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": \"PT24H\",\n \"cost_per_unit\": 0.001\n }\n ],\n \"max_penalty_cost\": 2000\n },\n \"work_and_rest_rules\": {\n \"first_break\": {\n \"max_work_duration_sum\": \"PT0S\",\n \"duration\": \"PT0S\"\n }\n }\n }\n ],\n \"own_transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_work_shifts\": 3\n }\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport001\",\n \"shifts\": [\n {\n \"key\": \"shift01\",\n \"availability_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"working_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"start_location_key\": \"start_location01\",\n \"finish_location_key\": \"finish_location01\",\n \"tariff\": {\n \"cost_per_shift\": 2000,\n \"constraints\": [\n {\n \"stage_length\": 100000000,\n \"cost_per_unit\": 0.001\n }\n ],\n \"transportation_cost\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_penalty_cost\": 2000\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"compatibilities\": {},\n \"limits\": {\n \"max_boxes\": 2,\n \"max_capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"hardlinks\": [\n {\n \"key\": \"group01\",\n \"links\": [\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n },\n {\n \"type\": \"ORDER\",\n \"entity_key\": \"ord0001\"\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"631988f0-9e27-11ed-a8fc-0242ac120002\",\n \"performer\": {\n \"performer_key\": \"performer0001\",\n \"shift_key\": \"performer0001_shift01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport001\",\n \"shift_key\": \"performer01\",\n \"shift_time\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n },\n {\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"order_key\": \"order01\",\n \"demand_key\": \"demand01.1\",\n \"event_key\": \"event01\",\n \"location_key\": \"location01\"\n }\n ],\n \"name\": \"1-ABC\",\n \"waitlist\": [\n \"order02\"\n ]\n }\n ],\n \"facts\": {\n \"order_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"type\": \"ORDER_DONE\",\n \"order_key\": \"order_01\",\n \"demand_key\": \"order_01_demand_01\"\n }\n ],\n \"performer_facts\": [\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n },\n {\n \"key\": \"fact_01\",\n \"time\": \"2024-02-21T09:30:00+03:00\",\n \"performer_key\": \"performer_01\",\n \"location_key\": \"location01\"\n }\n ]\n },\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"trip01\",\n \"statistics\": {\n \"cost\": 1231.1,\n \"reward\": 2343.3,\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"trips_count\": 250,\n \"performers_count\": 157,\n \"orders_count\": 1700,\n \"plan_orders_count\": 1003,\n \"waitlist_orders_count\": 697,\n \"cargo_capacity_ratio\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"max_transport_load\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n },\n \"quality\": {\n \"soft_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n },\n \"after\": {\n \"keys\": [\n \"obj1\"\n ],\n \"count\": 1700\n }\n }\n }\n },\n \"stop_statistics\": [\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n },\n {\n \"location_key\": \"location01\",\n \"demand_ids\": [\n \"demand01\"\n ],\n \"stop_time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n },\n \"measurements\": {\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 5200,\n \"time_window\": {\n \"from\": \"2024-02-21T09:30:00+03:00\",\n \"to\": \"2024-02-21T19:45:00Z\"\n }\n },\n \"upload\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"download\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"arrival_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"departure_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ],\n \"total_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n },\n \"max_transfer_load\": {\n \"count\": 1460,\n \"capacity\": {\n \"mass\": 10,\n \"volume\": 2,\n \"capacity_a\": 1,\n \"capacity_b\": 2,\n \"capacity_c\": 3\n }\n }\n }\n ]\n },\n \"plan_settings\": {\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"replan_settings\": {\n \"replan_strategy\": {\n \"reorder\": true,\n \"plan_new_orders\": true,\n \"create_new_trips\": true\n },\n \"trips_settings\": {\n \"configuration\": \"optimize_distance\",\n \"trip_start_time_strategy\": \"LOWEST_COST\",\n \"assumptions\": {\n \"disable_compatibility\": true,\n \"disable_capacity\": true,\n \"same_order_time_window\": true,\n \"expand_shift_time_window\": true\n },\n \"penalties\": {}\n },\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"actualize_settings\": {\n \"current_time\": \"2024-02-21T09:30:00+03:00\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": false,\n \"ferry_crossing\": false,\n \"traffic_jams\": false,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"calculation_settings\": {\n \"max_calculation_time\": \"PT4M30S\",\n \"max_waiting_time\": \"PT2H\",\n \"result_ttl\": \"PT4M30S\",\n \"result_timezone\": 3,\n \"treat_warnings_as_errors\": true,\n \"precision\": 3\n }\n },\n \"dataset_name\": \"custom_dataset_one\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e051ed41-30e2-462e-bc4c-4a5a2daba1a7", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "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": "d205aa36-f3ac-4b7d-abb4-aeb9fbe1a4f0", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "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": "3bf80bbc-3e1c-4ce5-9359-9a9ea920a74a", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "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": "b99af1cc-6b05-4504-ad78-3a41aa085b60", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cda8e487-5bb5-4321-afe6-bef03c395e69", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7ac1fd56-7f64-4b6f-bbc5-c6d36aff82d2", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c56f3f78-53b3-4888-8fb5-ac173d88f92e", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "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": "532cff69-b4f8-4382-8b36-6cb63ab8ba2c", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "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": "8032d2a3-f95e-4d37-acf6-459bfb710f47", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d7feb55a-c881-4916-9013-62bba66b5048", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c03e174c-28ae-42c6-9d99-360f4d17bcc2", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b39ca195-03d0-4f6b-a80c-bc8582ad6bea", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "481a84c1-3dd1-4a7c-b818-b859698cba0c", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "convert", "xlsx_to_json" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "ut amet" } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a0bf5334-652c-4cb0-84ff-4c4f39a2bbe2", "name": "JSON >> THRIFT", "request": { "name": "JSON >> THRIFT", "description": { "content": "Used for conversion of input data to the THRIFT format.", "type": "text/plain" }, "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "3899b4c0-cb00-4fa0-a33b-b8586691801d", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "ipsum non", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0027ab3b-23e8-4c8e-b911-87d4827e2e09", "name": "Bad request - data contain errors", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"215b87e0-4407-4e0f-b2cc-8540f8f0cad7\",\n \"client\": \"veeroute_|_example\",\n \"server\": \"edge\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical\",\n \"schema_errors\": [],\n \"logical_errors\": [\n {\n \"type\": \"UNIQUE_IDS_VIOLATION\",\n \"entities\": [\n {\n \"entity_key\": \"order_1\",\n \"entity_type\": \"ORDER\"\n }\n ]\n }\n ],\n \"warnings\": []\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a9c2a9bb-341f-4d2f-899a-775a1c3dab3e", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b1919760-01e1-4e89-ae5f-bb18aa8b86d7", "name": "Payment Required", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5359e678-dae2-45f0-a868-cc8e5360a59d", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ea16c561-9276-413d-83fd-f9873e059f20", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ffd84650-bb17-4562-a79a-a8b3fffc53a3", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "54997374-aad4-4f12-be46-9645d0a7b08e", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f1dab74e-f7dd-44a0-99ed-2d12013e4519", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "07b347a3-5f79-472a-8314-826f1c427e9e", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f39015ab-8bf7-4068-ac0b-cd90b7a7ec12", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2ce9df99-ea1a-42f4-80a8-e24b97846338", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b19b2936-e83a-4925-99ca-d07199d5e0b7", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c6518418-c406-4e69-b5b0-268487c521f3", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "convert", "json_to_thrift" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2024-02-08T05:00:00+00:00\",\n \"to\": \"2024-02-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2024-02-07T21:00:00+00:00\",\n \"to\": \"2024-02-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"trips\": [\n {\n \"key\": \"performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2024-02-08T04:38:34Z\",\n \"to\": \"2024-02-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_2\",\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:20:52Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_1\",\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:38:39Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"order_key\": \"order_3\",\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2024-02-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_placements\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "System", "description": "System functions.\nAuxiliary functionality common to all services.\n", "item": [ { "id": "0f8e1166-6b0c-4d3b-8abd-9ae1619fb3de", "name": "Checking the availability", "request": { "name": "Checking the availability", "description": { "content": "Checking the service availability.", "type": "text/plain" }, "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d0144562-6cee-4a69-96dd-141893d9ea89", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"health\": 0.999\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a3b20a83-0f4f-4b7b-b4b1-77faea5c9379", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f1e3c2ec-3bc3-429b-b228-fd58b8866e5f", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7e4f7b1d-51b4-46bb-8033-8ad6b7920668", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d970c9b0-3ab4-4fd0-a2b8-4b8d4ecfff7c", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "97f1a045-5fb9-4c51-a2e9-be042da1d4df", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fbae9d09-fc30-48e7-a494-861f09fdabc4", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f8e9d285-4a35-49c5-ab28-09fc23b4fe7b", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d504247a-1350-4cf3-8b84-108d52acdde5", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "da4faa41-3046-43c3-ba83-ae6dfb5f850c", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9f1e38ae-d917-4426-aabb-bce053bfbaa0", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a66aa1cc-4169-43e0-bbef-40ecc7d281bc", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "c6240077-404a-46fb-8f47-b556c9dc2938", "name": "Getting the service version", "request": { "name": "Getting the service version", "description": { "content": "Getting the service version.", "type": "text/plain" }, "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "90bdc065-7683-4fd2-b6fa-c66682901dac", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"major\": 4,\n \"minor\": 4,\n \"build\": \"1754RC\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aeef1fb2-cd20-4d34-9dc3-b75c7a727fea", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0587e95c-c6be-490c-ac05-8d73858894bc", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "53356322-a5b6-4d0f-8b7c-2226cc7e72a0", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5cef4e8a-e7f1-49fc-ab0d-978282a4c74f", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e2978eed-4929-4f79-9b00-707c8537cafa", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c3ed2420-75e8-452b-ac86-79d04d59230a", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ca4d5ff2-9666-4ece-abb3-dabe9a81aa6d", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "114b754d-a560-4bb3-90e7-6ef2ef0c2277", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "75f9862e-96ab-4862-afc7-a0f52e9b0078", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "891be38e-0ef2-47b4-b132-ed5c175e3494", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fb6739a0-ccda-4720-ad2f-008d5d441a21", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "61d5d286-beeb-44cb-bef0-382fbd0e5a17", "name": "Getting the documentation", "request": { "name": "Getting the documentation", "description": { "content": "Getting the file with this service documentation.", "type": "text/plain" }, "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "file_en.html", "key": "filename", "disabled": false, "description": { "content": "(Required) File name.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "text/html" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fed10bb0-43fe-4685-9172-8c80c90087d1", "name": "Successful execution", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "text/html" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/html" } ], "body": "pariatur esse officia", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "46e2f7d4-b57f-4e5b-9b21-f1d1ee0deef2", "name": "Not found", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "29a98f5d-5881-4f2c-ab65-2b5b0bbd83d8", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5c205ef3-5305-421a-916e-9b2990693b21", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0aba0a5b-4f41-43f7-b197-340626b9a91c", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fe29eee7-af20-4e8e-86d5-335f69d11c99", "name": "Too many requests", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "494df962-9463-4b48-a929-41adcb0792e6", "name": "Internal server error", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "54ceeb05-b9b2-4dbf-a385-6be69a0063ab", "name": "Not implemented", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9fba3d48-37f8-4675-8189-69b64b36f050", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "176fe2ad-67b7-40cb-9cc8-389e644f83f5", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c57086cc-83c0-427a-adbc-69c7adfc012a", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c3733262-35ac-492f-bfed-a928541f8e04", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "universal", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ], "auth": { "type": "bearer", "bearer": [ { "type": "any", "value": "{{bearerToken}}", "key": "token" } ] }, "event": [], "variable": [ { "key": "baseUrl", "value": "https://api.edge.veeroute.tech" } ], "info": { "_postman_id": "c50096fa-3108-4c2a-957f-a8616d5ec59b", "name": "VRt.Universal [UV]", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "# Description\n\nSoftware interface for universal trip planning.\n\n## Features\n\n* Ability to pick up cargo from any location\n* Possibility of unloading in any location\n* Pair orders of several types: `PICKUP` (loading), `DROP` (unloading)\n* Single requests of several types: `DROP_FROM_BOX` (unloading cargo that is already in the body), `PICKUP_TO_BOX` (cargo pickup into the body without subsequent unloading), `WORK` (working at the location without moving the cargo)\n* A complex order can consist of any number of orders of any type\n* Transport and executors are divided into different entities, when planning, the optimal assignment of the executor to the transport occurs\n* The transport has several compartments - each of which can accommodate cargo and has its own characteristics\n* Accounting for the compatibility of cargo with transport in terms of cargo dimensions (length, width, height, additional capacity parameters)\n* Taking into account the compatibility of the cargo-compartment of transport (the ability to take into account the features of the compartment: refrigerator, thermal bag, fasteners, etc.)\n* Substitute applications, i.e. the ability to execute one of the substitute applications, the choice of which is based on its geographic location and time window\n\n## Restrictions support\n\n**Performer** restrictions:\n\n* Start/finish location\n* Accounting for the performer's way to the transport location\n* Performer's availability schedule is a list of time windows when the performer can move and work on locations\n* The maximum duration of the performer's work during the specified time period\n\n**Transport** restrictions:\n\n* Start/finish location\n* Transport availability schedule is a list of time windows when the transport is available\n* The maximum route distance\n* Several compartments in the transport, each with its own parameters\n* Capacity upper limit (weight, volume, number of orders, number of demands)\n\n**Order** restrictions:\n\n* Strict time windows\n* Ability to specify different valid time windows for a location and time windows to fulfil the desired demand\n* Accounting for the requests fulfillment order within the route\n* A list of desired time windows with different associated costs\n\n## Compatibilities\n\nEntities are compatible if the capabilities list of one entity corresponds to the list of restrictions of another entity (example: fleet parameters corresponds to cargo parameters to be delivered).\n\nSupported compatibilities:\n\n| Name | Restrictions | Features |\n|-------------------------|----------------------------------|------------------------------|\n| Order - Performer | order.performer_restrictions | performer.performer_features |\n| Order - Not a performer | order.performer_blacklist | performer.performer_features |\n| Cargo - Compartment | order.cargo.box_restrictions | transport.box.box_features |\n| Location - Transport | location.transport_restrictions | transport.transport_features |\n| Transport - Performer | transport.performer_restrictions | performer.performer_features |\n| Performer - Transport | performer.transport_restrictions | transport.transport_features |\n| Order - Order | order.order_restrictions | order.order_features |\n\nBusiness rule examples:\n\n| Name | Business rule example |\n|-------------------------|-----------------------------------------------------------------------------------------------------|\n| Order - Performer | The driver must have a special license to fulfil the order |\n| Order - Not a performer | The driver is in the blacklist |\n| Cargo - Box | For transportation of frozen products, a compartment with a special temperature profile is required |\n| Location - Transport | Restrictions on the transport height |\n| Transport - Performer | The truck driver must have the class C driving license |\n| Performer - Transport | The driver is allowed to work on a specific transport |\n| Order - Order | It is not allowed to transport fish and fruits in the same compartment |\n\n## Cargo placement\n\nList of possibilities of a object rotations (90 degree step):\n\n* `ALL` - can rotate by any axis\n* `YAW` - can yaw\n* `PITCH` - can pitch\n* `ROLL` - can roll\n \n![rotation](../images/universal_cargo_yaw_pitch_roll.svg)\n\n## Trip model\n\nThe trip is described by the list of states of the executor, while the executor can be in several states at the same time\n(for example, to be inside the working time window of a location and fulfill an order at the same location).\n\nPossible values ​​of the flags responsible for the geographical location:\n\n* `AROUND_LOCATION` - the performer is located near the location - in the process of parking or leaving it.\n* `INSIDE_LOCATION` - the performer is at the location.\n\nPossible values ​​of the flags responsible for being in time windows:\n\n* `INSIDE_WORKING_WINDOW` - the executor is inside the working time window.\n* `INSIDE_LOCATION_WINDOW` - the executor is inside the location's working time.\n* `INSIDE_EVENT_HARD_WINDOW` - the executor is inside a hard time window.\n* `INSIDE_EVENT_SOFT_WINDOW` - the executor is inside the soft time window.\n\nPossible values ​​of flags responsible for actions:\n\n* `ON_DEMAND` - the executor is working on the request.\n* `WAITING` - the performer is in standby mode.\n* `RELOCATING` - the executor is moving to the next stop.\n* `BREAK` - the performer is on a break.\n\n### An example of a route with multiple states at each point in time\n\n| time | set of active flags | location / order / application / event | comment |\n|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------|:-----------------------------------------------------------------------------------------------|\n| 10:00 | INSIDE_LOCATION
AROUND_LOCATION | 2 / - / - / - | starting location |\n| 10:10 | RELOCATING | - / - / - / - | we go to the first order |\n| 10:20 | AROUND_LOCATION | 2 / - / - / - | arrived at the first order |\n| 10:40 | AROUND_LOCATION
INSIDE_LOCATION
WAITING | 2 / - / - / - | parked |\n| 11:00 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
WAITING
INSIDE_EVENT_HARD_WINDOW | 2 / - / - / - | waited for the start of the location window and at the same time the availability of the order |\n| 11:25 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
ON_DEMAND
INSIDE_WORKING_WINDOW
INSIDE_EVENT_HARD_WINDOW | 2 / 1 / 2 / 3 | waited for the change of artist |\n| 11:30 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
ON_DEMAND
INSIDE_WORKING_WINDOW
INSIDE_EVENT_HARD_WINDOW
INSIDE_EVENT_SOFT_WINDOW | 2 / 1 / 2 / 3 | while working - a soft window happened |\n| 11:40 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
INSIDE_WORKING_WINDOW | 2 / - / - / - | finished working |\n| 11:45 | AROUND_LOCATION
INSIDE_WORKING_WINDOW | 2 / - / - / - | drove out of the parking lot |\n| 11:45 | RELOCATING
INSIDE_WORKING_WINDOW | - / - / - / - | we go to the next order |\n\n## Planning configuration\n\nFor each planning, it is possible to specify a planning configuration that defines the objective function, the desired quality of the routes, and the calculation speed.\n\nThe name of the scheduling configuration is passed in the `trips_settings.configuration` field.\n\nMain configurations:\n\n| Title | Task |\n|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **optimize_distance** | Arrange as many orders as possible, then optimize the total mileage (the number of vehicles is selected based on the mileage), used by default |\n| **optimize_transports** | Place as many orders as possible, while using as little transport as possible, ceteris paribus, optimize the work time of performers |\n| **optimize_locality_grouping** | Place as many orders as possible, while striving to optimize the visual grouping of routes, but not their number |\n| **optimize_cars_then_distance** | Arrange as many orders as possible, then optimize the number of vehicles, then the mileage |\n| **optimize_time** | Place as many orders as possible, then optimize the total work time of performers |\n| **optimize_cars_then_time** | Arrange as many orders as possible, then optimize the number of transport, then the total time of the performers |\n| **optimize_money** | Optimize the value of \"profit - costs\", consists of rewards for applications and costs for performers and transports (optimized value is non-negative) |\n\nAdditional configurations:\n\n| Title | Task |\n|-----------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **visual_grouping** | Arrange as many orders as possible while using as little transport as possible and routes should be visually grouped |\n| **optimize_visual_grouping** | Arrange as many orders as possible, then evenly distribute orders taking into account transport accessibility zones (similar to visual_grouping, but visual grouping is calculated differently) |\n| **optimize_cars_then_locality_grouping** | Arrange as many orders as possible, then optimize the number of vehicles, then visually group the routes |\n| **optimize_cars_then_single_location_grouping_sequenced** | Place as many orders as possible, then optimize the number of machines, then reliability |\n\nIn addition to the existing planning options, it is possible to create an objective function directly for the client's business processes ([request configuration](mailto:servicedesk@veeroute.com)).\n\nFor development, it is recommended to use **optimize_cars_then_distance**, since this configuration does not require detailed selection of rates and order values.\n\n## Data validation\n\nInput data validation consists of several steps, which are described below.\n\nValidation of planning results (including the search for possible reasons why orders were not planned) is located in the `analytics` method.\n\n### 1. Schema check\n\nIf the request does not follow the schema, then scheduling is not fully started and such an error is returned along with a 400 code in `schema_errors`.\n\nWe recommend validating the request against the schema (or yaml file) before sending it to the server.\n\n### 2. Check for logical errors that prevent planning from continuing\n\nSchema-correct data passes the second stage of checking for the possibility of starting planning.\n\nAn example of errors at this stage are keys leading to empty entities, or if all orders are incompatible with all performers, i.e. something that makes the planning task pointless.\n\nThese errors are returned along with a 400 code in `logical_errors`.\n\n### 3. Check for logical errors that prevent planning from continuing\n\nAt the third stage, each entity is checked separately.\n\nAll entities that have not passed validation are cut out from the original task and are not sent for planning.\n\nDepending on the setting of `treat_warnings_as_errors`, the results of this type of validation are returned to `warnings` either with a 400 code or with the scheduling result.\n\n### 4. Checks in the planning process\n\nPart of the checks can only be carried out in the planning process.\n\nFor example - that according to the specified tariffs and according to the current traffic forecast, it is physically impossible to reach a certain point.\n\nThe results of these checks are returned in `warnings` or together with the scheduling result.\n\n## Entity relationship diagram\n\n![erd](../uml/universal.svg)\n\n# Xlsx\n\n\n\nDescription of VRt.Universal XLSX format for import / data export.\n\nThis format is a complete display of data JSON models and is used for:\n\n* initial data\n* process settings\n* calculation results\n* statistics on the calculation result\n\nBelow is a description of each sheet separately.\n\n## Locations\n\nThe name of the sheet `locations`.\n\nList of locations that are used in orders and shifts.\n\nThe described object:\n\n\n## Performers\n\nThe name of the sheet is `performers`.\n\nList of available performers.\n\nThe described object:\n\n\n## Transports\n\nThe name of the sheet `transports`.\n\nList of available transport.\n\nThe described object:\n\n\n## Boxes\n\nThe name of the sheet is `transports.boxes`.\n\nList of transport boxes that can accommodate the load.\nThe table is mandatory if there are orders with applications of types of `PICKUP` and `DROP`.\nIn the description of the compartments, those fields that describe cargo are required.\n\nThe described object:\n\n\n## Orders\n\nThe name of the sheet is `orders`.\n\nList of orders.\n\nThe described object:\n\n\n## Cargos\n\nThe name of the sheet is `orders.cargos`.\n\nList of goods. It may contain one load for `DROP`, a list for `PICKUP`, empty for `WORK`.\nThe table is not obligatory if all applications have the type `WORK`.\n\nThe described object:\n\n\n## Hardlinks\n\nThe name of the sheet is `hardlinks`.\n\nList of hardlinks.\n\nThe described object:\n\n\n## Trips\n\nThe name of the sheet `trips`.\n\nList of trips.\n\nThe described object:\n\n\n## Facts\n\nThe name of the sheet is `facts`.\n\nList of facts.\n\nThe described object:\n\n\n## Plan settings\n\nThe name of the sheet `plan_settings`.\n\nThe described object:\n\n\n## Actualize settings\n\nThe name of the sheet is `actualize_settings`.\n\nThe described object:\n\n\n## Replan settings\n\nThe name of the sheet is `replan_settings`.\n\nThe described object:\n\n\n\nContact Support:\n Name: Veeroute Support Team\n Email: servicedesk@veeroute.com", "type": "text/plain" } } }